ChiSquaredTestDegreesOfFreedom Property |
Returns the degrees of freedom in chi-squared.
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 containing the degrees of freedom in the chi-squared
statistic.
See Also