Module kernel

Module kernel 

Source
Expand description

Different kernels for crate::kde::KernelDensityEstimator.

These are used to model the «good» and «bad» parameter distributions. One can always them separately, as well.

Modules§

continuous
Continuous kernels.
discrete
Discrete kernels.
universal
Generic kernels for both discrete and continuous applications.

Traits§

Density
Density function.
Kernel
A single kernel of a kernel density estimator.
Sample
Parameter sampler.