TStatistic Class

Represents type TStatistic.

Namespace: flcStatistics
TObject
  flcStatistics.TStatistic
type
 TStatistic = class
 end;

The TStatistic type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Max

Represents property Max.

Min

Represents property Min.

Sum

Represents property Sum.

SumOfCubes

Represents property SumOfCubes.

SumOfQuads

Represents property SumOfQuads.

SumOfSquares

Represents property SumOfSquares.

Top
Show:
 NameDescription
Add(MFloat)

Overloaded. Represents method Add(MFloat).

Add(MFloat[])

Overloaded. Represents method Add(MFloat[]).

Add(TStatistic)

Overloaded. Represents method Add(TStatistic).

AddNegated(TStatistic)

Represents method AddNegated(TStatistic).

Assign(TStatistic)

Represents method Assign(TStatistic).

Clear

Represents method Clear.

Duplicate

Represents method Duplicate.

GetAsString

Represents method GetAsString.

IsEqual(TStatistic)

Represents method IsEqual(TStatistic).

Kurtosis

Represents method Kurtosis.

M1

Represents method M1.

M2

Represents method M2.

M3

Represents method M3.

M4

Represents method M4.

Mean

Represents method Mean.

Negate

Represents method Negate.

PopulationStdDev

Represents method PopulationStdDev.

PopulationVariance

Represents method PopulationVariance.

Range

Represents method Range.

Skew

Represents method Skew.

StdDev

Represents method StdDev.

Variance

Represents method Variance.

Top
Show:
 NameDescription
FCount

Represents field FCount.

FMax

Represents field FMax.

FMin

Represents field FMin.

FSum

Represents field FSum.

FSumOfCubes

Represents field FSumOfCubes.

FSumOfQuads

Represents field FSumOfQuads.

FSumOfSquares

Represents field FSumOfSquares.

Top