|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.test.HypothesisTest
com.numericalmethod.suanshu.stats.test.rank.VanDerWaerden
public class VanDerWaerden
The Van der Waerden test tests for the equality of all population distribution functions. It converts the ranks from a standard Kruskal-Wallis one-way analysis of variance to quantiles of the standard normal distribution. These are called normal scores and the test is computed from these normal scores.
| Constructor Summary | |
|---|---|
VanDerWaerden(double[]... samples)
Perform the Van Der Waerden test to test for the equality of all population distribution functions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlternativeHypothesis()
Get the description of the alternative hypothesis. |
java.lang.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. |
| Methods inherited from class com.numericalmethod.suanshu.stats.test.HypothesisTest |
|---|
isNullRejected, nGroups, nObs, oneSidedPvalue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VanDerWaerden(double[]... samples)
samples - samples| Method Detail |
|---|
public java.lang.String getNullHypothesis()
HypothesisTest
getNullHypothesis in class HypothesisTestpublic java.lang.String getAlternativeHypothesis()
HypothesisTest
getAlternativeHypothesis in class HypothesisTestpublic double statistics()
HypothesisTest
statistics in class HypothesisTestpublic double pValue()
HypothesisTest
pValue in class HypothesisTest
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||