Use Cholesky decomposition to obtain multivariate volatility models
MCholV(rtn, size = 36, lambda = 0.96, p = 0)
A T-by-k data matrix of a k-dimensional asset return series.
The initial sample size used to start recursive least squares estimation
The exponential smoothing parameter. Default is 0.96.
VAR order for the mean equation. Default is 0.
Recursive least squares estimates of the linear transformations in Cholesky decomposition
The transformation residual series
The volatility series of individual innovations
Volatility matrices
Use recursive least squares to perform the time-varying Cholesky decomposition. The least squares estimates are then smoothed via the exponentially weighted moving-average method with decaying rate 0.96. University GARCH(1,1) model is used for the innovations of each linear regression.
Tsay (2014, Chapter 7)
fGarch