LS.AR | R Documentation |
The function returns parameter estimates and forecasts from OLS estimation for AR models
LS.AR(x, p, h, type, prob)
x |
a time series data set |
p |
AR order |
h |
the number of forecast period |
prob |
a vector of probabilities |
type |
"const" for the AR model with intercept only, "const+trend" for the AR model with intercept and trend |
coef |
OLS parameter estimates |
resid |
OLS residuals |
forecast |
point forecasts from OLS parameter estimates |
PI |
Prediction Intervals based on OLS parameter estimates based on normal approximation |
Jae H. Kim
data(IPdata)
LS.AR(IPdata,p=6,h=10,type="const+trend", prob=c(0.05,0.95))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.