Unit 'TAFitUtils' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lz_tachart]

TFitStatistics

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

Declaration

Source position: tafitutils.pas line 83

type TFitStatistics = class(TObject)

public

  constructor Create();

  

  procedure Report_ANOVA();

  

  procedure Report_VarCovar();

  

  function AdjR2;

  

  function Chi2;

  

  function DOF;

  

  function F;

  

  property N: Integer; [r]

  

  property M: Integer; [r]

  

  function ReducedChi2;

  

  function R2;

  

  function ResidualStdError;

  

  property Alpha: Double; [rw]

  

  property SST: Double; [r]

  

  property SSR: Double; [r]

  

  property SSE: Double; [r]

  

  property VarCovar []: Double; [r]

  

  property xBar: Double; [r]

  

  property SSx: Double; [r]

  

  function Fcrit;

  

  function pValue;

  

  property tValue: Double; [r]

  

end;

Inheritance

TFitStatistics

  

|

TObject



CT Web help

CodeTyphon Studio