get_forecast | R Documentation |
This function returns a forecast future observations of BVAR-SV-fatTail model.
get_forecast(
Chain,
y0 = NULL,
t_pred = 12,
t_current,
Nfsample = NULL,
thin = 1
)
Chain |
The fatBVARSV object from command BVAR. |
t_pred |
The time prediction horizon. |
The list of forecast future observations of BVAR model
## Not run:
forecast1 <- get_forecast(Chain1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.