R/semipar_bridge.R
silverman_bandwidth.Rd
Returns h equal to 0.9 times min of sigma-hat and IQR over 1.34 times n to the negative one-fifth.
silverman_bandwidth(x)
Numeric data vector.
Bandwidth (numeric scalar).
Silverman, B. W. (1986), p. 48.
set.seed(1) silverman_bandwidth(rnorm(100)) #> [1] 0.3170624