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: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TestResult Result { get; }
Public ReadOnly Property Result As TestResult
	Get
public:
property TestResult^ Result {
	TestResult^ get ();
}
member Result : TestResult with get

See Also