|
IDensityKernel Interface
|
Common interface for density estimation kernels.
Namespace:
Accord.Statistics.Distributions.DensityKernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax The IDensityKernel type exposes the following members.
Methods
| Name | Description |
---|
| Function |
Computes the kernel density function.
|
TopRemarks
Those kernels are different from
kernel
functions. Density estimation kernels are required to obey normalization rules in
order to fulfill integrability and behavioral properties. Moreover, they are defined
over a single input vector, the point estimate of a random variable.
See Also