powered by
Functions to perform the Anderson-Darling test for normality.
anderson_darling_normality_statistic(x, mu = 0, sd = 1)
A numeric value or vector with the computed statistic.
A numeric vector.
A single numeric value.
Boost Documentation for more details on the mathematical background.
# Anderson-Darling test for normality anderson_darling_normality_statistic(c(1, 2, 3, 4, 5), 0, 1)
Run the code above in your browser using DataLab