npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat::ContOrthoPoly1D Member List

This is the complete list of members for npstat::ContOrthoPoly1D, including all inherited members.

allpoly(const long double x, long double *values, const unsigned maxdeg) constnpstat::ContOrthoPoly1Dinline
allPolys(const double x, const unsigned maxdeg, Numeric *polyValues) constnpstat::ContOrthoPoly1Dinline
areAllWeightsEqual() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
cachedJointAverage(unsigned deg1, unsigned deg2, unsigned deg3, unsigned deg4) constnpstat::ContOrthoPoly1D
cachedJointAverage(unsigned deg1, unsigned deg2, unsigned deg3, unsigned deg4, unsigned deg5, unsigned deg6) const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1D
cachedJointAverage(unsigned deg1, unsigned deg2, unsigned deg3, unsigned deg4, unsigned deg5, unsigned deg6, unsigned deg7, unsigned deg8) const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1D
calculateCoeffs(const Functor &fcn, Numeric *coeffs, unsigned maxdeg) constnpstat::ContOrthoPoly1D
clone() constnpstat::ContOrthoPoly1Dinline
constrainedCoeffs(const Functor &fcn, double *coeffs, unsigned maxdeg, double xmin, double xmax, double integralValue=1.0) constnpstat::ContOrthoPoly1D
ContOrthoPoly1D(unsigned maxDegree, const std::vector< std::pair< Numeric1, Numeric2 > > &measure, OrthoPolyMethod m=OPOLY_STIELTJES, bool shiftMeasureCoords=true)npstat::ContOrthoPoly1D
ContOrthoPoly1D(unsigned maxDegree, const std::vector< Numeric > &coords, OrthoPolyMethod m=OPOLY_STIELTJES, bool shiftMeasureCoords=true)npstat::ContOrthoPoly1D
ContOrthoPoly1D(unsigned maxDegree, const std::vector< std::pair< Numeric1, Numeric2 > > &measure, const OrthoPoly &ops, bool shiftMeasureCoords=false)npstat::ContOrthoPoly1D
ContOrthoPoly1D(unsigned maxDegree, const std::vector< Numeric > &coords, const OrthoPoly &ops, bool shiftMeasureCoords=false)npstat::ContOrthoPoly1D
coordinate(const unsigned long index) const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
cov4(unsigned a, unsigned b, unsigned c, unsigned d) constnpstat::ContOrthoPoly1D
cov6(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f) constnpstat::ContOrthoPoly1D
cov8(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f, unsigned g, unsigned h) constnpstat::ContOrthoPoly1D
covCov4(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f, unsigned g, unsigned h) constnpstat::ContOrthoPoly1D
degree_functor typedef (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1D
effectiveSampleSize() constnpstat::ContOrthoPoly1D
empiricalKroneckerCovariance(unsigned deg1, unsigned deg2, unsigned deg3, unsigned deg4) constnpstat::ContOrthoPoly1D
empiricalKroneckerDelta(unsigned deg1, unsigned deg2) constnpstat::ContOrthoPoly1D
empiricalKroneckerMatrix(unsigned maxdeg) constnpstat::ContOrthoPoly1D
epsCovariance(unsigned i, unsigned j, unsigned m, unsigned n, bool highOrder) constnpstat::ContOrthoPoly1D
epsCovarianceMatrix(const std::vector< std::pair< unsigned, unsigned > > &pairs, bool highOrder) constnpstat::ContOrthoPoly1D
epsExpectation(unsigned m, unsigned n, bool highOrder) constnpstat::ContOrthoPoly1D
EWPolyProductFcn (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dfriend
extWeightAverages(const Functor &weight, const AbsIntervalQuadrature1D &quad, unsigned maxdeg, double xmin, double xmax, double *averages) constnpstat::ContOrthoPoly1D
extWeightProductAverages(const Functor &weight, const AbsIntervalQuadrature1D &quad, unsigned maxdeg, double xmin, double xmax) constnpstat::ContOrthoPoly1D
integratedSquaredError(const Functor &fcn, const double *coeffs, unsigned maxdeg, double xmin, double xmax, unsigned integrationRulePoints=0U) constnpstat::ContOrthoPoly1D
integrateEWPolyProduct(const Functor &weight, unsigned deg1, unsigned deg2, double xmin, double xmax, unsigned integrationRulePoints) constnpstat::ContOrthoPoly1D
integratePoly(unsigned degree, unsigned power, double xmin, double xmax) constnpstat::ContOrthoPoly1D
integrateTripleProduct(unsigned deg1, unsigned deg2, unsigned deg3, double xmin, double xmax) constnpstat::ContOrthoPoly1D
jacobiMatrix(unsigned n) constnpstat::ContOrthoPoly1D
jointAverage(const unsigned *degrees, unsigned nDegrees, bool degreesSortedIncreasingOrder=false) constnpstat::ContOrthoPoly1D
jointPowerAverage(unsigned deg1, unsigned power1, unsigned deg2, unsigned power2) constnpstat::ContOrthoPoly1D
location() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
makeStorablePolySeries(double xmin, double xmax, const double *coeffs=0, unsigned maxdeg=0) constnpstat::ContOrthoPoly1D
maxCoordinate() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
maxDegree() constnpstat::ContOrthoPoly1Dinline
meanCoordinate() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
measure(const unsigned long index) constnpstat::ContOrthoPoly1Dinline
measureLength() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
MeasurePoint typedef (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1D
measureShift() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
minCoordinate() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
monicRecurrenceCoeffs(const unsigned k) constnpstat::ContOrthoPoly1Dinline
poly(unsigned deg, double x) constnpstat::ContOrthoPoly1D
PolyFcn (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dfriend
polyPair(unsigned deg1, unsigned deg2, double x) constnpstat::ContOrthoPoly1D
powerAverage(unsigned deg, unsigned power) constnpstat::ContOrthoPoly1D
precise_type typedef (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1D
PreciseQuadrature typedef (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1D
recurrenceCoeffs(const unsigned k) constnpstat::ContOrthoPoly1Dinline
sampleAverages(const Numeric *coords, unsigned long lenCoords, double *averages, unsigned maxdeg) constnpstat::ContOrthoPoly1D
sampleProductAverages(const Numeric *coords, unsigned long lenCoords, unsigned maxdeg) constnpstat::ContOrthoPoly1D
scale() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
series(const Numeric *coeffs, unsigned deg, double x) constnpstat::ContOrthoPoly1D
slowCov8(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f, unsigned g, unsigned h) constnpstat::ContOrthoPoly1D
sumOfWeights() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
sumOfWeightSquares() const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
TripleProdFcn (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dfriend
tripleProductMatrix(const std::vector< std::pair< unsigned, unsigned > > &pairs, unsigned maxdeg, double xmin, double xmax) constnpstat::ContOrthoPoly1D
weight(const unsigned long index) const (defined in npstat::ContOrthoPoly1D)npstat::ContOrthoPoly1Dinline
weightCoeffs(double *coeffs, unsigned maxdeg) constnpstat::ContOrthoPoly1D
weightedPointsAverages(const Pair *points, unsigned long numPoints, double *averages, unsigned maxdeg) constnpstat::ContOrthoPoly1D
weightedSquaredError(const Functor &fcn, const double *coeffs, unsigned maxdeg) constnpstat::ContOrthoPoly1D