nag_anderson_darling_exp_prob (g08clc) calculates the Anderson–Darling goodness-of-fit test statistic and its probability for the case of an unspecified exponential distribution.
Calculates the Anderson–Darling test statistic (see nag_anderson_darling_stat (g08chc)) and its upper tail probability for the small sample correction:
for observations.
4 References
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
Stephens M A and D'Agostino R B (1986) Goodness-of-Fit Techniques Marcel Dekker, New York
5 Arguments
1:
– IntegerInput
On entry: , the number of observations.
Constraint:
.
2:
– Nag_BooleanInput
On entry: set if the observations are sorted in ascending order; otherwise the function will sort the observations.
3:
– const doubleInput
On entry: , for , the observations.
Constraint:
if , values must be sorted in ascending order. Each must be greater than zero.
4:
– double *Output
On exit: the maximum likelihood estimate of mean.
5:
– double *Output
On exit: , the Anderson–Darling test statistic.
6:
– double *Output
On exit: the adjusted .
7:
– double *Output
On exit: , the upper tail probability for the adjusted .
8:
– NagError *Input/Output
The NAG error argument (see Section 2.7 in How to Use the NAG Library and its Documentation).
6 Error Indicators and Warnings
NE_ALLOC_FAIL
Dynamic memory allocation failed.
See Section 2.3.1.2 in How to Use the NAG Library and its Documentation for further information.
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.
An unexpected error has been triggered by this function. Please contact NAG.
See Section 2.7.6 in How to Use the NAG Library and its Documentation for further information.
NE_NO_LICENCE
Your licence key may have expired or may not have been installed correctly.
See Section 2.7.5 in How to Use the NAG Library and its Documentation for further information.
NE_NOT_INCREASING
and the data in y is not sorted in ascending order.
7 Accuracy
Probabilities are calculated using piecewise polynomial approximations to values estimated by simulation.
8 Parallelism and Performance
nag_anderson_darling_exp_prob (g08clc) is not threaded in any implementation.
9 Further Comments
None.
10 Example
This example calculates the statistics for data assumed to arise from an unspecified exponential distribution and calculates the -value.