| 
 | Release Planner v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--rp.estimate.Estimate
The baseclass for estimates of all sorts
| Constructor Summary | |
| Estimate() | |
| Method Summary | |
|  double | getCI(double ci)Returns a confidence interval on this estimate. | 
| abstract  double | getMean()Returns the mean value of this estimate. | 
|  double | getSdev()Returns the standard deviation of this estimate. | 
|  double | getVariance()Returns the variance of this estimate. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Estimate()
| Method Detail | 
public abstract double getMean()
public double getVariance()
public double getSdev()
public double getCI(double ci)
             throws UndefinedException
ci - a probability 0 <= ci <= 1.
UndefinedException - ci not defined for certain types of distributions| 
 | Release Planner v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||