Description Usage Arguments Details Value See Also Examples
Make forecast using a horizon-specific estimated OLS model.
1 2 3 4 5 6 7 8 9 10 11 |
df |
A data frame. The first column of the data frame
must be the base variable for constructing the
dependent variable, the multiperiod ahead
value to be forecasted, x_{t + h}. If |
lags |
An integer vector defining the lags of the
regressors. If |
.h |
h step-ahead. |
ic |
Information criterion, |
.var |
A string to determine how the model will be
specificated: |
.diff |
Logical |
wav |
Logical. If |
xreg |
Data frame. Exogeunous variable not subjected
to be lagged. The number of rows must be the same as in |
... |
Further arguments passed to |
See wavdrcast-package
and
model
.
A double vector with forecasts from 1 to h step-ahead.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.