KernelDensityBandwidthEstimator Enumeration

Enumerates the options for estimating the bandwidth in kernel density estimation.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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