KernelDensity.ScottBandwidth Method

Returns the bandwidth for kernel density estimation based on Scott's rule.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double ScottBandwidth(
	Vector<double> input
)

Parameters

input  Vector<Double>
The data on which the estimate is based.

Return Value

Double
The corresponding bandwidth.

Exceptions

ArgumentNullException

input is null.

See Also