arar | R Documentation |
Forecast using ARAR algorithm
arar(y, h = 10, opt = 2)
y |
Time series data |
h |
Steps ahead |
opt |
Display option (0 silent, 1 tabulate, 2 plot and tabulate) |
Returns the following list invisibly.
pred |
Predicted values |
se |
Standard errors |
l |
Lower bounds (95% confidence interval) |
u |
Upper bounds |
forecast
arar(airpass)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.