KernelDensity.ScottBandwidth Method

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

Definition

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