Boot: Generic Bootstrap Function

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Generic function to bootstrap a fitted model.

Usage

1
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

Boot.FitAR

Examples

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

FitAR documentation built on May 2, 2019, 3:22 a.m.