R/FitAR.R

`FitAR` <-
function(z,p,lag.max="default", ARModel="ARz", ...){
if (ARModel=="ARz")
    out<-FitARz(z,p,lag.max=lag.max, ...)
else
    out <- FitARp(z,p,lag.max=lag.max, ...) 
out      
}

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.