KernelDensityBandwidthEstimator Enumeration
Enumerates the options for estimating the bandwidth
in kernel density estimation.
DefinitionPermalink
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public enum KernelDensityBandwidthEstimator
MembersPermalink
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. |