AnovaTestRowResult Property |
Gets the result of an F-test measuring the significance of the row.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public TestResult Result { get; }
Public ReadOnly Property Result As TestResult
Get
public:
property TestResult^ Result {
TestResult^ get ();
}
member Result : TestResult with get
Property Value
Type:
TestResultSee Also