AlternativeHypothesis |
Represents an alternative hypothesis for a hypothesis test.
|
BinomialTest |
Implements binomial test statistics.
|
ChiSquareTest |
Implements chi-square test statistics.
|
ContinuityCorrection |
Represents an optional adjustment that is made when a discrete distribution is approximated by
a continuous distribution.
|
DataDispersion |
Represents an assumption on the dispersion of data.
|
FisherExactTest |
Implements Fisher's exact test.
|
GTest |
Implements G-test (Generalized Log-Likelihood Ratio Test) statistics.
|
Inequality |
Represents a non-equal comparison between two numbers.
|
KolmogorovSmirnovTest |
Implements the Kolmogorov-Smirnov (K-S) test for equality of continuous distributions.
|
KolmogorovSmirnovTest.OneResult |
Result for the one-sample Kolmogorov-Smirnov test.
|
KolmogorovSmirnovTest.TwoResult |
Result for the two-sample Kolmogorov-Smirnov test.
|
MannWhitneyUTest |
Implements the Mann-Whitney U test (also called Wilcoxon rank-sum test).
|
MannWhitneyUTest.Result |
Result for the Mann-Whitney U test.
|
OneWayAnova |
Implements one-way ANOVA (analysis of variance) statistics.
|
OneWayAnova.Result |
Result for the one-way ANOVA.
|
PValueMethod |
Represents a method for computing a p-value for a test statistic.
|
SignificanceResult |
Contains the result of a test for significance.
|
TTest |
Implements Student's t-test statistics.
|
TTest.Result |
Result for the t-test.
|
UnconditionedExactTest |
Implements an unconditioned exact test for a contingency table.
|
UnconditionedExactTest.Method |
Define the method to determine the more extreme tables.
|
UnconditionedExactTest.Result |
Result for the unconditioned exact test.
|
WilcoxonSignedRankTest |
Implements the Wilcoxon signed-rank test.
|
WilcoxonSignedRankTest.Result |
Result for the Wilcoxon signed-rank test.
|