Returns a FTest object that can be used to perform further
analysis on the model component.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetFTest As FTest |
| C# |
|---|
public FTest GetFTest () |
| C++ |
|---|
public: FTest^ GetFTest () |
Return Value
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.