Represents a kernel used for kernel density estimation.
SystemObject Extreme.StatisticsKernel
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
The Kernel type exposes the following members.
| Name | Description |
---|
 | Kernel |
Constructs a new kernel.
|
Top
| Name | Description |
---|
 | 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.
|
Top
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetNormalReferenceConstant |
Returns the constant used in the calculation
of the normal reference asymptotic bandwidth.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Weight |
Gets the normalized weight of the kernel at the specified
distance.
|
Top
Reference