FitAR (version 1.94)

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

Value

Parametric bootstrap simulation

Details

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

See Also

Boot.FitAR

Examples

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

Run the code above in your browser using DataLab