ADTEST

ADTEST Anderson-Darling Test of Normality

Synopsis

ADTEST(x)

Arguments

x: array of sample values

Description

This function returns an array with the first row giving the p-value of the Anderson-Darling 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 8 sample values, ADTEST returns #VALUE!

See also

CHITEST, CVMTEST, LKSTEST, SFTEST.