Uses of Class
org.apache.commons.statistics.inference.AlternativeHypothesis
-
Packages that use AlternativeHypothesis Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of AlternativeHypothesis in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return AlternativeHypothesis Modifier and Type Method Description static AlternativeHypothesis
AlternativeHypothesis. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlternativeHypothesis[]
AlternativeHypothesis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.statistics.inference with parameters of type AlternativeHypothesis Modifier and Type Method Description BinomialTest
BinomialTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.FisherExactTest
FisherExactTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.KolmogorovSmirnovTest
KolmogorovSmirnovTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.MannWhitneyUTest
MannWhitneyUTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.TTest
TTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.UnconditionedExactTest
UnconditionedExactTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.WilcoxonSignedRankTest
WilcoxonSignedRankTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.
-