com.numericalmethod.suanshu.stats.test.rank
Class VanDerWaerden
java.lang.Object
com.numericalmethod.suanshu.stats.test.HypothesisTest
com.numericalmethod.suanshu.stats.test.rank.VanDerWaerden
public class VanDerWaerden
- extends HypothesisTest
The Van der Waerden test tests for the equality of all population distribution functions.
The Van Der Waerden test 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.
- See Also:
- Wikipedia: Van der Waerden test
|
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 |
alternativeHypothesis()
Get a description of the alternative hypothesis. |
java.lang.String |
nullHypothesis()
Get a description of the null hypothesis. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VanDerWaerden
public VanDerWaerden(double[]... samples)
- Perform the Van Der Waerden test to test for the equality of all population distribution functions.
- Parameters:
samples - samples
nullHypothesis
public java.lang.String nullHypothesis()
- Description copied from class:
HypothesisTest
- Get a description of the null hypothesis.
- Specified by:
nullHypothesis in class HypothesisTest
- Returns:
- the null hypothesis description
- See Also:
- Wikipedia: Null hypothesis
alternativeHypothesis
public java.lang.String alternativeHypothesis()
- Description copied from class:
HypothesisTest
- Get a description of the alternative hypothesis.
- Specified by:
alternativeHypothesis in class HypothesisTest
- Returns:
- the alternative hypothesis description
- See Also:
- Wikipedia: Alternative hypothesis
Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.