powered by
Uses unbiased cross-validation to select the bandwidth of a Gaussian kernel density estimator.
ucv(x, nb = 1000, lower, upper)
a numeric vector
number of bins to use.
Range over which to minimize. The default is almost always satisfactory.
a bandwidth.
Scott, D. W. (1992) Multivariate Density Estimation: Theory, Practice, and Visualization. Wiley.
Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.
bcv, width.SJ, density
bcv
width.SJ
density
# NOT RUN { ucv(geyser$duration) # }
Run the code above in your browser using DataLab