Returns the degrees of freedom for the chi-squared goodness-of-fit
test.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double DegreesOfFreedom { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property DegreesOfFreedom As Double |
Visual C++ |
---|
public: property double DegreesOfFreedom { double get (); } |
Field Value
A double scalar containing the degrees of freedom.
Remarks
Returns Double.NaN for other tests.