public static class KernelDensityEstimate.RectangularKernel extends java.lang.Object implements KernelDensityEstimate.Kernel
| Constructor and Description |
|---|
RectangularKernel(double kernelWidth) |
| Modifier and Type | Method and Description |
|---|---|
int |
size()
The size of the kernel.
|
double |
value(int index)
Fetch the value for the kernel at a certain index.
|
public double value(int index)
KernelDensityEstimate.Kernelvalue in interface KernelDensityEstimate.Kernelindex - The index of the previously computed value.public int size()
KernelDensityEstimate.Kernelsize in interface KernelDensityEstimate.Kernel