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.0.0

Syntax

C#
public double MaxDifference { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaxDifference As Double
Visual C++
public:
property double MaxDifference {
	double get ();
}

Field Value

A double scalar containing the maximum absolute difference between the empirical and the theoretical distributions.

Remarks

Returns Double.NaN for other tests.

See Also