Returns the exact mean.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double ExactMean { get; }
Visual Basic (Declaration)
Public ReadOnly Property ExactMean As Double
Visual C++
public:
property double ExactMean {
	double get ();
}

Field Value

A double scalar containing the exact mean based on Pearson's chi-square statistic.

See Also