Click or drag to resize
Accord.NET (logo)

IRadiallySymmetricKernel Interface

Common interface for radially symmetric kernels.

Namespace:  Accord.Statistics.Distributions.DensityKernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IRadiallySymmetricKernel : IDensityKernel
Request Example View Source

The IRadiallySymmetricKernel type exposes the following members.

Methods
  NameDescription
Public methodDerivative
Computes the derivative of the kernel profile function.
Public methodFunction
Computes the kernel density function.
(Inherited from IDensityKernel.)
Public methodProfile
Computes the kernel profile function.
Top
See Also