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