Click or drag to resize
NormTwoSampleChiSquaredTestNull Property
The null hypothesis value for the chi-squared test.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double ChiSquaredTestNull { 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