Click or drag to resize
NormalityTestMaxDifference Property
Returns the maximum absolute difference between the empirical and the theoretical distributions for the Lilliefors test.

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

Property Value

Type: Double
A double scalar containing the maximum absolute difference between the empirical and the theoretical distributions.
Remarks
Returns Double.NaN for other tests.
See Also