Kernel Density.Scott Bandwidth 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#
The corresponding bandwidth.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double ScottBandwidth(
Vector<double> input
)
Parameters
- input Vector<Double>
- The data on which the estimate is based.
Return Value
DoubleThe corresponding bandwidth.
Exceptions
ArgumentNullException | input is null. |