|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KernelDensityFunction | |
---|---|
de.lmu.ifi.dbs.elki.math.statistics | Statistical tests and methods. |
Uses of KernelDensityFunction in de.lmu.ifi.dbs.elki.math.statistics |
---|
Classes in de.lmu.ifi.dbs.elki.math.statistics that implement KernelDensityFunction | |
---|---|
class |
EpanechnikovKernelDensityFunction
Epanechnikov kernel density estimator. |
class |
GaussianKernelDensityFunction
Gaussian kernel density estimator. |
class |
TriangularKernelDensityFunction
Triangular kernel density estimator. |
class |
UniformKernelDensityFunction
Uniform / Rectangular kernel density estimator. |
Methods in de.lmu.ifi.dbs.elki.math.statistics with parameters of type KernelDensityFunction | |
---|---|
private void |
KernelDensityEstimator.process(double[] data,
double min,
double max,
KernelDensityFunction kernel,
int windows)
Process a new array |
Constructors in de.lmu.ifi.dbs.elki.math.statistics with parameters of type KernelDensityFunction | |
---|---|
KernelDensityEstimator(double[] data,
double min,
double max,
KernelDensityFunction kernel,
int windows)
Initialize and execute kernel density estimation. |
|
KernelDensityEstimator(double[] data,
KernelDensityFunction kernel)
Process an array of data |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |