|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnivariateIntervalEstimator
Interface that can be implemented by simple weighted univariate interval estimators.
Method Summary | |
---|---|
void |
addValue(double value,
double weight)
Adds a value to the interval estimator. |
double[][] |
predictIntervals(double confidenceValue)
Returns the intervals at the given confidence value. |
Method Detail |
---|
void addValue(double value, double weight)
value
- the value to addweight
- the weight of the valuedouble[][] predictIntervals(double confidenceValue)
confidenceValue
- the value at which to evaluate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |