Functions to perform the Anderson-Darling test for normality.
See also
Boost Documentation for more details on the mathematical background.
Examples
# Anderson-Darling test for normality
anderson_darling_normality_statistic(c(1, 2, 3, 4, 5), 0, 1)
#> [1] 19.49684