Kernel Density.Scott Bandwidth 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.3
C#
The corresponding bandwidth.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static double ScottBandwidth(
Vector<double> input
)
Parameters
Return Value
DoubleThe corresponding bandwidth.
Exceptions
Argument | input is null. |