get_preds_bmrvarx | R Documentation |
Generate iterative forecasts for bmrvarx object
get_preds_bmrvarx(
bmrvarx_obj,
steps_ahead = 5,
X,
seed = 15,
get_ord_preds = T
)
bmrvarx_obj |
a bmrvarx object |
steps_ahead |
number of observations to forcast, done recursively |
X |
matrix of covariates to make forecasts with, number of rows must equal steps_ahead |
get_ord_preds |
logical, discretize latent values into ordinal predictions |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.