public class AndersonDarling extends HypothesisTest
| Constructor and Description |
|---|
AndersonDarling(double[]... x)
Runs the Anderson-Darling test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeHypothesis()
Get the description of the alternative hypothesis.
|
String |
getNullHypothesis()
Get a description of the null hypothesis.
|
double |
pValue()
Get the p-value for the test statistics.
|
double |
pValueAlternative()
Gets the alternative p-value (adjusted for ties).
|
double |
statistics()
Get the test statistics.
|
double |
statisticsAlternative()
Gets the alternative Anderson-Darling statistic (adjusted for ties).
|
isNullRejected, nGroups, nObs, oneSidedPvaluepublic AndersonDarling(double[]... x)
x - the k samples, each sample in form of a double array.public String getAlternativeHypothesis()
HypothesisTestgetAlternativeHypothesis in class HypothesisTestpublic String getNullHypothesis()
HypothesisTestgetNullHypothesis in class HypothesisTestpublic double pValue()
HypothesisTestpValue in class HypothesisTestpublic double statistics()
HypothesisTeststatistics in class HypothesisTestpublic double pValueAlternative()
public double statisticsAlternative()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.