KernelDensityBandwidthEstimator 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.0
C#
public enum KernelDensityBandwidthEstimator

Members

NormalReference0 Minimize the integrated square error for normal data.
Silverman1 Use Silverman's rule.
Scott2 Use Scott's rule.
Custom3 Use the user-supplied bandwidth.

See Also