Click or drag to resize
NormalityTestDegreesOfFreedom Property
Returns the degrees of freedom for the chi-squared goodness-of-fit test.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double DegreesOfFreedom { get; }

Property Value

Type: Double
A double scalar containing the degrees of freedom.
Remarks
Returns Double.NaN for other tests.
See Also