recursive_forecast | R Documentation |
This function returns a recursive forecast of future observations of BVAR-SV-fatTail model.
recursive_forecast(
y,
t_start = 100,
t_pred = 12,
K,
p,
dist = "MST",
SV = T,
numCores = NULL
)
y |
the whole data matrix T x k. |
t_start |
the start point for forecast. |
t_pred |
The time prediction horizon. |
K |
The number of variables in y. |
p |
The number of lags in BVAR model. |
The recursive forecast density of future observations of BVAR model
## Not run:
recuresive_model1 <- recursive_forecast(y, t_start, t_pred, K, p, dist = "MST", SV = T)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.