NormalityTestDegreesOfFreedom Property |
Returns the degrees of freedom for the chi-squared goodness-of-fit
test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double DegreesOfFreedom { get; }
Public ReadOnly Property DegreesOfFreedom As Double
Get
public:
property double DegreesOfFreedom {
double get ();
}
member DegreesOfFreedom : float with get
Property Value
Type:
Double
A
double scalar containing the degrees of freedom.
Remarks
Returns Double.NaN for other tests.
See Also