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

Boot

Generic Bootstrap Function


Description

Generic function to bootstrap a fitted model.

Usage

Boot(obj, R=1, ...)

Arguments

obj

fitted object

R

number of bootstrap replicates

...

optional arguments

Details

At present, the only function implemented is Boot.FitAR.

Value

Parametric bootstrap simulation

Author(s)

A.I. McLeod and Y. Zhang

See Also

Examples

out<-FitAR(SeriesA, c(1,2,7), ARModel="ARp")
Boot(out)

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.