NormalityTest Constructor |
Constructor for NormalityTest.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NormalityTest(
double[] x
)
Public Sub New (
x As Double()
)
public:
NormalityTest(
array<double>^ x
)
new :
x : float[] -> NormalityTest
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