LKSTEST

LKSTEST Lilliefors (Kolmogorov-Smirnov) Test of Normality

Synopsis

LKSTEST(x)

Arguments

x: array of sample values

Description

This function returns an array with the first row giving the p-value of the Lilliefors (Kolmogorov-Smirnov) Test, the second row the test statistic of the test, and the third the number of observations in the sample.

Note

If there are less than 5 sample values, LKSTEST returns #VALUE!

See also

CHITEST, ADTEST, SFTEST, CVMTEST.