ad: One-Sample Anderson-Darling Statistic

View source: R/ad.R

adR Documentation

One-Sample Anderson-Darling Statistic

Description

Computes the one-sample Anderson-Darling (AD) statistic.

Usage

ad(r, P)

Arguments

r

the given vector/matrix of observations

P

the vector/matrix containing the values of a (reference) cumulative distribution function evaluated at the values in r.

Value

The AD statistic.

Author(s)

Anh Bui

References

Bui, A.T. and Apley., D.W. (2018a) "A Monitoring and Diagnostic Approach for Stochastic Textured Surfaces", Technometrics, 60, 1-13.

See Also

exptailecdf, sms, bp

Examples

img <- matrix(rnorm(100), 10, 10)
ad(img, pnorm(img))

spc4sts documentation built on May 24, 2022, 5:07 p.m.