public interface UnivariateIntervalEstimator
| Modifier and Type | Method and Description |
|---|---|
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.
|
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