@Reference(authors="T. W. Anderson, and D. A. Darling", title="Asymptotic theory of certain \'goodness of fit\' criteria based on stochastic processes", booktitle="Annals of mathematical statistics 23(2)", url="http://dx.doi.org/10.1214/aoms/1177729437") public class AndersonDarlingTest extends Object
T. W. Anderson, and D. A. Darling
Asymptotic theory of certain 'goodness of fit' criteria based on stochastic
processes
Annals of mathematical statistics 23(2)
M. A. Stephens
EDF Statistics for Goodness of Fit and Some Comparisons
Journal of the American Statistical Association, Volume 69, Issue 347
Modifier and Type | Field and Description |
---|---|
static AndersonDarlingTest |
STATIC
Static instance.
|
Constructor and Description |
---|
AndersonDarlingTest() |
Modifier and Type | Method and Description |
---|---|
static double |
A2Noncentral(double[] sorted)
Test a sorted but not standardized data set.
|
static double |
A2StandardNormal(double[] sorted)
Test a sorted data set against the standard normal distribution.
|
static double |
removeBiasNormalDistribution(double A2,
int n)
Remove bias from the Anderson-Darling statistic if the mean and standard
deviation were estimated from the data, and a normal distribution was
assumed.
|
public static final AndersonDarlingTest STATIC
public static double A2StandardNormal(double[] sorted)
sorted
- Sorted input data.public static double A2Noncentral(double[] sorted)
sorted
- Sorted input data.@Reference(authors="M. A. Stephens", title="EDF Statistics for Goodness of Fit and Some Comparisons", booktitle="Journal of the American Statistical Association, Volume 69, Issue 347", url="http://dx.doi.org/10.1080/01621459.1974.10480196") public static double removeBiasNormalDistribution(double A2, int n)
A2
- A2 statisticn
- Sample sizeCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.