Gets the value of the F statistic associated with this AnovaRow.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Remarks

The F statistic is the ratio of the variance explained by the model component to the residual variance.

See Also