The A-D test assess the fit of an empirical (observed) distribution to a theoretical one. It is an especially powerful option when the theoretical distribution is the normal. The A-D test can also be used to see if several empirical distributions come from the same population.
4
votes
1answer
69 views
Asymptotics of the survival function for Anderson Darling distribution?
I am using the ADinf procedure of Marsaglia & Marsaglia to compute the CDF of the Anderson Darling statistic. I am interested in the survival function, 1 minus ...
1
vote
0answers
109 views
Anderson-Darling critical value in R
I am using R and i need to do an Anderson-Darling test on my data and I am using the adk package ( http://cran.r-project.org/web/packages/adk/adk.pdf ).
How do I calculate my critical value for a ...