R/GetFitAR.R

`GetFitAR` <-
function(z, p, ARModel="ARz", ...){
if (ARModel=="ARp")
    GetFitARpLS(z, p, ...)
else #also for ARModel="AR"
    GetFitARz(z, p, ...)
}

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.