Estimates probability density function at the given array of points.
Estimates probability density function at the given array of points.
Sets the bandwidth (standard deviation) of the Gaussian kernel (default: 1.0
).
Sets the bandwidth (standard deviation) of the Gaussian kernel (default: 1.0
).
Sets the sample to use for density estimation (for Java users).
Sets the sample to use for density estimation (for Java users).
Sets the sample to use for density estimation.
Sets the sample to use for density estimation.
Kernel density estimation. Given a sample from a population, estimate its probability density function at each of the given evaluation points using kernels. Only Gaussian kernel is supported.
Scala example: