nag_anderson_darling_uniform_prob (g08cjc) calculates the Anderson–Darling goodness-of-fit test statistic and its probability for the case of standard uniformly distributed data.
Anderson T W and Darling D A (1952) Asymptotic theory of certain ‘goodness-of-fit’ criteria based on stochastic processes Annals of Mathematical Statistics23 193–212
Marsaglia G and Marsaglia J (2004) Evaluating the Anderson–Darling distribution J. Statist. Software9(2)
5 Arguments
1:
n – IntegerInput
On entry: , the number of observations.
Constraint:
.
2:
issort – Nag_BooleanInput
On entry: set if the observations are sorted in ascending order; otherwise the function will sort the observations.
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.
NE_NOT_INCREASING
and the data in y is not sorted in ascending order.
7 Accuracy
Probabilities greater than approximately are accurate to five decimal places; lower value probabilities are accurate to six decimal places.
8 Parallelism and Performance
Not applicable.
9 Further Comments
None.
10 Example
This example calculates the statistic and its -value for uniform data obtained by transforming exponential variates.