Description Usage Arguments Examples
Gets a single sample according to the AR-sieve bootstrap scheme.
1 | ARsieve_BS_sample(mean, ar.coef, innov.fn, sim.length)
|
mean |
Mean of the series |
ar.coef |
Coefficients of the AR process |
sim.length |
Length of the new, sampled series |
1 2 | series <- arima.sim(model=list(ar=c(0.6, -0.4)), n=100)
block_BS_sample(series, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.