Unit 'meVectorMatrixFn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_engines]

TclCurveFit

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mevectormatrixfn.pas line 296

type TclCurveFit = class(TObject)

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Init;

  

  procedure EnterStatValue();

  

  procedure RemoveStatValue();

  

  procedure CalcStatistics();

  

  procedure CalcGaussFit();

  

  procedure CalcLinFit();

  

  procedure CalcLogFit();

  

  procedure CalcParabolFit();

  

  function CalcPolyFit();

  

  procedure CalcReciLinFit();

  

  procedure CalcHyperbolFit();

  

  function CubicSpline();

  

  property DataX []: Double; [r]

  

  property DataY []: Double; [r]

  

  property NumData: LongInt; [r]

  

  property MeanX: Double; [r]

  

  property MeanY: Double; [r]

  

  property StdDevX: Double; [r]

  

  property StdDevY: Double; [r]

  

  property MeanDiff: Double; [r]

  

  property StdDevDiff: Double; [r]

  

  property CorrCoeff: Double; [r]

  

  property SplineDerivY1: Double; [rw]

  

  property SplineDerivYN: Double; [rw]

  

  property SplineNatural1: Boolean; [rw]

  

  property SplineNaturalN: Boolean; [rw]

  

end;

Inheritance

TclCurveFit

  

|

TObject



CT Web help

CodeTyphon Studio