NormTwoSampleChiSquaredTestNull Property |
The null hypothesis value for the chi-squared test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ChiSquaredTestNull { get; set; }
Public Property ChiSquaredTestNull As Double
Get
Set
public:
property double ChiSquaredTestNull {
double get ();
void set (double value);
}
member ChiSquaredTestNull : float with get, set
Property Value
Type:
Double
A
double containing the null hypothesis value for the
chi-squared test.
Remarks
The default is 1.0.
See Also