powered by
Function ardec.lm fits an autoregressive model of order p, AR(p) to a time series through a linear least squares regression.
ardec.lm(x)
time series
For ardec.lm, an object of class "lm".
West, M. (1995), Bayesian inference in cyclical component dynamic linear models.Journal of the American Statistical Association, 90, 1301-1312.
ar, lm
ar
lm
# NOT RUN { data(tempEng) model=ardec.lm(tempEng) # }
Run the code above in your browser using DataLab