public abstract class AbstractConfidenceStatistic extends AbstractCloneableSerializable implements ConfidenceStatistic
Modifier and Type | Field and Description |
---|---|
protected double |
nullHypothesisProbability
Probability of the null hypothesis, often called "p-value"
|
Constructor and Description |
---|
AbstractConfidenceStatistic(double nullHypothesisProbability)
Creates a new instance of AbstractConfidenceStatistic
|
Modifier and Type | Method and Description |
---|---|
double |
getNullHypothesisProbability()
Getter for nullHypothesisProbability
|
protected void |
setNullHypothesisProbability(double nullHypothesisProbability)
Setter for nullHypothesisProbability
|
java.lang.String |
toString() |
clone
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTestStatistic
clone
protected double nullHypothesisProbability
public AbstractConfidenceStatistic(double nullHypothesisProbability)
nullHypothesisProbability
- Probability of the null hypothesis, often called "p-value"public double getNullHypothesisProbability()
getNullHypothesisProbability
in interface ConfidenceStatistic
protected void setNullHypothesisProbability(double nullHypothesisProbability)
nullHypothesisProbability
- Probability of the null hypothesis, often called "p-value"public java.lang.String toString()
toString
in class java.lang.Object