View source: R/mainFunctions.R
predict.bayesDccGarch | R Documentation |
Bayesian forecast for volatilities and coditional correlations
## S3 method for class 'bayesDccGarch'
predict(object, ..., n_ahead = 5, bayes = T)
object |
a bayesDccGarch object |
... |
default argument of predict function, not used |
n_ahead |
number of steps ahead forecast |
bayes |
a boolean. If True, then the forecast is calculated as being the average of the forecasts across all states in the Markov chain (much slower). If False then predictions are calculated using estimation parameters (much faster). |
A list with elements H
and R
Engle, R.F. and Sheppard, K. Theoretical and empirical properties of dynamic conditional correlation multivariate GARCH, 2001, NBER Working Paper.
out = bayesDccGarch(DaxCacNik)
predict.bayesDccGarch(out, n_ahead=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.