|
Java Statistical Classes | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the interface for confidence intervals.
A confidence interval is defined by two statistics, lower and upper limits, such that the interval between these limits includes an unknown parameter with a level of confidence measured by the confidence coefficient. The confidence coefficient is a number between 0 and 1 expressing the probability of the truth of a statement that the interval will include the parameter value. Common values chosen for this coefficient are 0.90, 0.95 and 0.99 corresponding to 90%, 95% and 99% confidence levels.
| Method Summary | |
double |
getConfidenceCoeff()
Returns the confidence coefficient. |
double |
getLowerLimit()
Returns the value of the lower confidence limit. |
double |
getUpperLimit()
Returns the value of the upper confidence limit. |
void |
setConfidenceCoeff(double coeff)
Specifies the confidence coefficient. |
| Method Detail |
public double getConfidenceCoeff()
public void setConfidenceCoeff(double coeff)
coeff - the confidence coefficient; should be between 0 and 1.public double getLowerLimit()
public double getUpperLimit()
|
Java Statistical Classes | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||