Trees | Indices | Help |
|
---|
|
|
|||
MCBMeanDifferenceTest Hypothesis test for the difference between means (e.g., like a t-Test) |
|||
MCBStoppingRuleTest Hypothesis test based on the MCB stopping rule (Kim 2010) Terminates when it hits bounds or when the maximal samples have been hit. |
|||
MCBWilcoxonRankTest Wilcoxon MC hypothesis test for the difference between location |
|||
MCHypothesisTest Monte Carlo Bernoulli Hypothesis Test |
|||
MCMeanDifferenceTest Hypothesis test for the difference between means Terminates after a fixed number of samples |
|||
MCWilcoxonRankTest Hypothesis test for the difference between means Terminates after a fixed number of samples |
|||
MonteCarloEstimator A Monte Carlo Estimator |
|
|||
list of float, list of float |
|
||
float |
|
||
float |
|
|
|||
GREATER_THAN_HYPOTHESIS =
|
|||
LESS_THAN_HYPOTHESIS =
|
|||
TEST_HYPOTHESES =
|
|||
TWO_SIDED_HYPOTHESIS =
|
|||
__loader__ = <zipimporter object "C:\Python27\lib\site-package
|
|||
__package__ =
|
|
Convert two sets of samples into their equivalent ranks For ranks that share the same value, average the range of ranks that they would hold.
|
Difference of means between x and y, i.e. avg(y) - avg(x) If either sample has zero elements, this raises an error
|
Sum of ranks of y If either sample has zero elements, this raises an error
|
|
__loader__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 07 17:01:43 2014 | http://epydoc.sourceforge.net |