powered by
Estimation of a BEKK(1,1) Model for a k-dimensional time series. Only k = 2 or 3 is available
BEKK11(rt, include.mean = T, cond.dist = "normal", ini.estimates = NULL)
A T-by-k data matrix of k-dimensional asset returns
A logical switch to include a constant vector in the mean equation. Default is with a constant vector.
Conditional innovation distribution. Only Gaussian innovations are used in the current version.
Optional initial estimates.
Parameter estimates
Hessian matrix of the estimates
The multivariate volatilities, each row contains k-by-k elements of the volatility matrix Sigma(t)
Tsay (2014, Chapter 7)
# NOT RUN { #data("mts-examples",package="MTS") #da=ibmspko #rtn=log(da[,2:3]+1) #m1=BEKK11(rtn) # }
Run the code above in your browser using DataLab