Kernel Class

Represents a kernel used for kernel density estimation.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public class Kernel
Inheritance
Object  →  Kernel

Constructors

Kernel Constructs a new kernel.

Properties

KernelFunction Gets the function that evaluates the kernel.
NormalizationConstant Gets a multiplicative constant for the kernel function that ensures that the kernel density estimate is a probability density.
Support Gets the interval where the kernel is nonzero.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetNormalReferenceConstant Returns the constant used in the calculation of the normal reference asymptotic bandwidth.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Weight Gets the normalized weight of the kernel at the specified distance.

See Also