JN_VMBBA | R Documentation |
This function computes the acceleration constants for the vectorized moving block bootstrap, which is a method used to generate a large number of replications of a time series sample in order to estimate the sampling distribution of a statistic.
JN_VMBBA(ts, lgmx, bs)
ts |
a vector of time series data. |
lgmx |
maximum lag at which to compute autocorrelations. |
bs |
block size of the vectorized moving block bootstrap. |
a vector of the acceleration constants for autocorrelations up to lagmax.
Hossein hassani, Masoud yarmohammadi, Mohammad reza yeganegi and Leila Marvian Mashhad.
data(co2)
JN_VMBBA(co2, lgmx=5, bs = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.