jackknife.cf | R Documentation |
jackknife a set of correlation functions
jackknife.cf(cf, boot.l = 1)
cf |
correlation matrix of class |
boot.l |
block size for autocorrelation analysis |
returns an object of class cf
with blocked jackknife samples
added for the correlation function called cf.jackknife
. Currently,
only the moving block jackknife approach is implemented. Moreover, the
original average of cf
is returned as cf0
and the bootstrap
errors as jackknife.se
. We also copy the input parameters over and
set jackknife.samples
to TRUE
.
Carsten Urbach, curbach@gmx.de
H.R. Künsch, "The jackknife and the bootstrap for general stationary observations", The Annals of Statistics, 1989, Vol. 17, No. 3, 1217-1241
S.N. Lahiri, "On the jackknife-after-bootstrap method for dependent data and its consistency properties", Econometric Theory, 2002, Vol. 18, 79-98
boot::tsboot
, bootstrap.cf
data(samplecf) samplecf <- jackknife.cf(samplecf, boot.l=1) plot(samplecf, log="y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.