public static class GaussianConfidence.Statistic extends AbstractConfidenceStatistic
nullHypothesisProbability
Constructor and Description |
---|
Statistic(double z)
Creates a new instance of Statistic
|
Modifier and Type | Method and Description |
---|---|
double |
getTestStatistic()
Gets the statistic from which we compute the null-hypothesis probability.
|
double |
getZ()
Setter for z
|
protected void |
setZ(double z)
Getter for z
|
getNullHypothesisProbability, setNullHypothesisProbability, toString
clone
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone
public Statistic(double z)
z
- Value that is used in the Inverse Gaussian CDF to compute
probability. Usually just called "z-statistic"public double getZ()
protected void setZ(double z)
z
- Value that is used in the Inverse Gaussian CDF to compute
probability. Usually just called "z-statistic"public double getTestStatistic()
ConfidenceStatistic