Click or drag to resize
NormalityTestChiSquared Property
Returns the chi-square statistic for the chi-squared goodness-of-fit test.

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

Property Value

Type: Double
A double scalar containing the chi-square statistic.
Remarks
Returns Double.NaN for other tests.
See Also