NormOneSampleChiSquaredTestDF Property |
Returns the degrees of freedom associated with the chi-squared test
for variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int ChiSquaredTestDF { get; }
Public ReadOnly Property ChiSquaredTestDF As Integer
Get
public:
property int ChiSquaredTestDF {
int get ();
}
member ChiSquaredTestDF : int with get
Property Value
Type:
Int32
A
int containing the degrees of freedom for the chi-squared
test.
Remarks
The chi-squared test is a test of the hypothesis
where
is the
null hypothesis value as described in
ChiSquaredTestNull.
See Also