Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Boot.ts

Parametric Time Series Bootstrap


Description

An AR(p) model is fit to the time series using the AIC and then it is simulated.

Usage

## S3 method for class 'ts'
Boot(obj, R=1, ...)

Arguments

obj

a time series, class "ts"

R

number of bootstrap replicates

...

optional arguments

Value

A time series or vector.

Note

Parametric and nonparametric time series bootstraps are discussed by Davison and Hinkley (1997, Ch.8.2).

Author(s)

A.I. McLeod and Y. Zhang

References

Davison, A.C. and Hinkley, D.V. (1997), Bootstrap Methods and Their Application. Cambridge University Press.

See Also

Boot.FitAR. Nonparametric bootstrap for time series is available in the function tsboot in the library boot.

Examples

layout(matrix(c(1,2,1,2),ncol=2))
TimeSeriesPlot(SeriesA)
TimeSeriesPlot(Boot(SeriesA),main="Bootstrap of Series A")

FitAR

Subset AR Model Fitting

v1.94
GPL (>= 2)
Authors
A.I. McLeod, Ying Zhang and Changjiang Xu
Initial release
2013-03-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.