resample_mcd | R Documentation |
bootstrap()
generate bootstrap estimations of an MCD.
jackknife()
generate jackknife estimations of an MCD.
## S4 method for signature 'MeanDate'
bootstrap(object, n = 1000, f = NULL, calendar = get_calendar())
## S4 method for signature 'MeanDate'
jackknife(object, f = NULL, calendar = get_calendar())
## S4 method for signature 'MeanDate'
simulate(object, nsim = 1000)
object |
A |
n |
A non-negative |
f |
A |
calendar |
An |
nsim |
A non-negative |
If f
is NULL
, bootstrap()
and jackknife()
return a data.frame
with the following elements (else, returns the result of f
applied to the
n
resampled values) :
The observed value.
The bootstrap/jackknife estimate of mean.
The bootstrap/jackknife estimate of bias.
The boostrap/jackknife estimate of standard erro.
N. Frerebeau
Other mean ceramic date tools:
mcd()
,
plot_mcd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.