public static class ChiSquareConfidence.Statistic extends AbstractConfidenceStatistic
nullHypothesisProbability| Constructor and Description |
|---|
Statistic(double chiSquare,
double degreesOfFreedom)
Creates a new instance of chiSquare
|
| Modifier and Type | Method and Description |
|---|---|
double |
getChiSquare()
Gets for chiSquare
|
double |
getDegreesOfFreedom()
Getter for degreesOfFreedom
|
double |
getTestStatistic()
Gets the statistic from which we compute the null-hypothesis probability.
|
getNullHypothesisProbability, setNullHypothesisProbability, toStringcloneequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclonepublic Statistic(double chiSquare,
double degreesOfFreedom)
chiSquare - Chi-square valuedegreesOfFreedom - Number of degrees of freedom in the testpublic double getChiSquare()
public double getDegreesOfFreedom()
public double getTestStatistic()
ConfidenceStatistic