Click or drag to resize
NormalityTest Constructor
Constructor for NormalityTest.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NormalityTest(
	double[] x
)

Parameters

x
Type: SystemDouble
A double array containing the observations.
Remarks
x.length must be in the range from 3 to 2,000, inclusive, for the Shapiro-Wilk W test and must be greater than 4 for the Lilliefors test.
See Also