anderson_darling_test: Anderson-Darling Test for Normality

anderson_darling_testR Documentation

Anderson-Darling Test for Normality

Description

Functions to perform the Anderson-Darling test for normality.

Usage

anderson_darling_normality_statistic(x, mu = 0, sd = 1)

Arguments

x

A numeric vector.

mu

A single numeric value.

sd

A single numeric value.

Value

A numeric value or vector with the computed statistic.

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)

boostmath documentation built on Dec. 15, 2025, 5:07 p.m.