Kernel Class
            Represents a kernel used for kernel density estimation.
            
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public class Kernel- Inheritance
- Object → Kernel
Constructors
| Kernel | Constructs a new kernel. | 
Properties
| Kernel | Gets the function that evaluates the kernel. | 
| Normalization | 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
| 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) | 
| Get | Serves as the default hash function. (Inherited from Object) | 
| Get | Returns the constant used in the calculation of the normal reference asymptotic bandwidth. | 
| Get | Gets the Type of the current instance. (Inherited from Object) | 
| Memberwise | 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. |