Kernel Density Bandwidth Estimator Enumeration
Enumerates the options for estimating the bandwidth
in kernel density estimation.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public enum KernelDensityBandwidthEstimator
Members
NormalReference | 0 | Minimize the integrated square error for normal data. |
Silverman | 1 | Use Silverman's rule. |
Scott | 2 | Use Scott's rule. |
Custom | 3 | Use the user-supplied bandwidth. |