NormalityTestMaxDifference Property |
Returns the maximum absolute difference between the empirical and the
theoretical distributions for the Lilliefors test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double MaxDifference { get; }
Public ReadOnly Property MaxDifference As Double
Get
public:
property double MaxDifference {
double get ();
}
member MaxDifference : float with 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