AnovaModelRow.GetFTest Method

Returns a FTest object that can be used to perform further analysis on the model component.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public FTest GetFTest()

Return Value

FTest
An FTest.

Remarks

Use the FTest returned by this method to perform further tests on the contribution of the component associated with this AnovaModelRow to the total variation in the data.

The F statistic and p-value of the test are returned by the FStatistic and PValue properties, respectively.

If the data is fully explained by the model, then the F test is not available, and this method returns null.

See Also