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

Namespace: Extreme.Statistics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FStatistic As Double
C#
public double FStatistic { get; }
Visual C++
public:
property 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