Click or drag to resize
Accord.NET (logo)

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
public interface IDensityKernel
Request Example View Source

The IDensityKernel type exposes the following members.

Methods
  NameDescription
Public methodFunction
Computes the kernel density function.
Top
Remarks
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