UCSD - GARCH Package of Kevin Sheppard. Multivariate GARCH models
显示 更早的评论
Hello! I'm trying to use MV-GARCH model from UCSD package but I always have errors that are related to the data type.
For example : ??? Undefined function or method 'dcc_mvgarch' for input arguments of type 'double'.
I don't know a lot in MATLAB so can somebody explain to me how to change the data type and why it doesn't work?
As a data I have a 5000x10 matrix of residuals of rt=mu+et model. Is it ok?
Can somebody just show me a little example of how it works?
Thank you for all your help!
采纳的回答
更多回答(4 个)
Maria
2012-4-1
0 个投票
1 个评论
Oleg Komarov
2012-4-1
There's no guarantee MATLAB implements user defined functions. Also, no sure method to find potential analogs.
Try searching the FEX for other user defined functions that may suit your needs.
Garth Mortensen
2012-9-28
0 个投票
My thesis applied MVGARCH to two return series. I put all my work and code online so others can benefit.
https://sites.google.com/site/garthmortensenthesis/
I hope it helps.
Abdelrazzaq
2015-12-1
0 个投票
Dear all; In order to estimate the ADCC, can anybody please tell me the order of the functions in need to call to estimaate the model? please help
Is it enough to call the function DCC to get the dynamic correlation, if so then which output will give me the dynamic corr series, so i can use further in my regression
类别
在 帮助中心 和 File Exchange 中查找有关 Parallel Computing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!