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: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public enum KernelDensityBandwidthEstimatorMembers
| 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. |