public interface MultivariateEstimator
Modifier and Type | Method and Description |
---|---|
void |
estimate(double[][] value,
double[] weight)
Fits the value to the density estimator.
|
double |
logDensity(double[] value)
Returns the natural logarithm of the density estimate at the given point.
|
void estimate(double[][] value, double[] weight)
value
- the value to addweight
- the weight of the valuedouble logDensity(double[] value)
value
- the value at which to evaluate