cond.predict | R Documentation |
Conditional Forecasts
cond.predict(constr, bvar.obj, pred.obj, constr_sd=NULL, verbose=TRUE)
constr |
a matrix containing the conditional forecasts of size horizon times K, where horizon corresponds to the forecast horizon specified in |
bvar.obj |
an item fitted by |
pred.obj |
an item fitted by |
constr_sd |
a matrix containing the standard deviations around the conditional forecasts. Must have the same size as |
verbose |
If set to |
Conditional forecasts need a fully identified system. Therefore this function utilizes short-run restrictions via the Cholesky decomposition on the global solution of the variance-covariance matrix of the Bayesian VAR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.