R/Boot.ts.R

`Boot.ts` <-
function(obj, R=1, ...){
p<-SelectModel(obj, lag.max=ceiling(length(obj)/4), Best=1)
ans<-FitAR(obj, 1:p)
Boot.FitAR(ans, R=R)
}

Try the FitAR package in your browser

Any scripts or data that you put into this service are public.

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