Is there a MATLAB function that builds a Copula-GARCH model for a given number of variables?

4 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 20 Jan 2023
Edited: MathWorks Support Team on 20 Jan 2023
The Copula-GARCH model has a wide range of applications in economics and finance.  It was first developed to measure the statistical dependency between different markets (with non-Gaussian financial returns) interacting on a global scale.  The original paper can be found on the primary author's web page:
The MATLAB Statistics Toolbox contains functions for generating Copula distributions whereas the Econometrics Toolbox contains a function that generates GARCH models.  It is not trivial to combine these two models to obtain a Copula-GARCH model.  There are implementations for Copula-GARCH models on MATLAB Central.  However, they require both the Statistics and Econometrics Toolboxes.  The following link contains one such implementation:

More Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!