Package | Description |
---|---|
org.hipparchus.stat.inference |
Classes providing hypothesis testing.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
double |
BinomialTest.binomialTest(int numberOfTrials,
int numberOfSuccesses,
double probability,
AlternativeHypothesis alternativeHypothesis)
Returns the observed significance level, or
p-value,
associated with a Binomial test.
|
boolean |
BinomialTest.binomialTest(int numberOfTrials,
int numberOfSuccesses,
double probability,
AlternativeHypothesis alternativeHypothesis,
double alpha)
Returns whether the null hypothesis can be rejected with the given confidence level.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.