AnovaModelRow.FStatistic Property

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

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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