Anova Model Row.Get FTest Method
Returns a FTest object that can be used to perform further
analysis on the model component.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An FTest.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public FTest? GetFTest()
Return Value
FTestAn 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.