|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Algorithm taken from Bevington P.R. 1969, Data Reduction and Error Analysis
for the Physical Sciences (New York: McGraw-Hill), Chapter 6.
Variables:
Methods:
- WeightedLeastSqr2dC(const DListC<Point3dC> & pts)
-
Perform weighted least squares on data
- WeightedLeastSqr2dC(const Array1dC<Point3dC> & pts)
-
Perform weighted least squares on data
- LineABC2dC Line() const
-
Access to the fitted line
- BooleanT LackOfFit(RealT prob = 0.01) const
-
test for lack of fit at desired probability level
- BooleanT InLimits(const LineABC2dC & test) const
-
test line is in confidence limits
- BooleanT JointConfidence(const LineABC2dC & test) const
-
test line is in confidence limits
- RealT JointConfidenceLucia(const LineABC2dC & test) const
-
this routine returns the Fratio on joint confidence level do not use does not work properly, use InLimits()
- RealT SigmaIntercept() const
-
return sigma of intercept
- RealT SigmaSlope() const
-
return sigma of intercept
- RealT Chi2() const
-
return the Chi2 value for LOF
- RealT Q() const
-
return probability for LOF
|
Programmer:Kieron J Messer, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|