AnovaModelRow.FStatistic Property

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

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double FStatistic { get; }

Property Value

Double

Remarks

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

See Also