public class CramerVonMises2Samples extends HypothesisTest
| Constructor and Description |
|---|
CramerVonMises2Samples(double[] x1,
double[] x2)
Calculate the statistics and p-value of two sample Cramer-Von Mises 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 |
statistics()
Get the test statistics.
|
isNullRejected, nGroups, nObs, oneSidedPvaluepublic CramerVonMises2Samples(double[] x1,
double[] x2)
x1 - the first samplex2 - the second samplepublic double statistics()
HypothesisTeststatistics in class HypothesisTestpublic double pValue()
HypothesisTestpValue in class HypothesisTestpublic String getAlternativeHypothesis()
HypothesisTestgetAlternativeHypothesis in class HypothesisTestpublic String getNullHypothesis()
HypothesisTestgetNullHypothesis in class HypothesisTestCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.