public interface UnivariateQuantileEstimator
Modifier and Type | Method and Description |
---|---|
void |
addValue(double value,
double weight)
Adds a value to the interval estimator.
|
double |
predictQuantile(double quantile)
Returns the quantile for the given percentage
|
void addValue(double value, double weight)
value
- the value to addweight
- the weight of the valuedouble predictQuantile(double quantile)
value
- the value at which to evaluate