Boot(FitAR) | R Documentation |
Generic function to bootstrap a fitted model.
Boot(obj, R=1, ...)
obj |
fitted object |
R |
number of bootstrap replicates |
... |
optional arguments |
At present, the only methods function implemented is
Boot.FitAR
.
parametric bootstrap simulation
A.I. McLeod
data(SeriesA) out<-FitARLS(SeriesA, c(1,2,7)) Boot(out)