View source: R/baseboot.R View source: R/Annex_functions.R
baseboot | R Documentation |
Computation of a variability band using base bootstrap
baseboot(x, pointwise, bunch, conf = c(0.05, 0.95), plot = FALSE)
x |
data vector |
pointwise |
a vector with the pointwise density estimation |
bunch |
bootstrap replicated of the estimation density (matrix) |
conf |
confidence quantiles |
plot |
logical, make a validation plot |
matrix with lower and upper bounds of the variability band
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.