Trait kernel_density_estimation::kernel::Kernel
source · [−]Expand description
Shared behavior for kernel functions.
Well-behaved kernel functions exhibit three properties:
- The function is non-negative and real-valued.
- The function should integrate to 1.
- The function should be symmetrical.