| anderson_darling_test | R Documentation |
Functions to perform the Anderson-Darling test for normality.
anderson_darling_normality_statistic(x, mu = 0, sd = 1)
x |
A numeric vector. |
mu |
A single numeric value. |
sd |
A single numeric value. |
A numeric value or vector with the computed statistic.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.