Returns the bandwidth for kernel density estimation based
on Scott's rule.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double ScottBandwidth(
Vector<double> input
)
Public Shared Function ScottBandwidth (
input As Vector(Of Double)
) As Double
public:
static double ScottBandwidth(
Vector<double>^ input
)
static member ScottBandwidth :
input : Vector<float> -> float
Parameters
- input
- Type: Extreme.MathematicsVectorDouble
The data on which the estimate is based.
Return Value
Type:
DoubleThe corresponding bandwidth.
Reference