public interface UnivariateKernel
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double value)
Evaluate the kernel at the given value
|
double |
getCutOff()
Get the absolute value at which the kernel's response is essentially
zero.
|
double |
sample(Random rng)
Draw a sample from the kernel's underlying distribution
|
double sample(Random rng)
rng
- the random generatordouble getCutOff()
double evaluate(double value)
value
- the value