Serving the Quantitative Finance Community

 
User avatar
zkuman
Topic Author
Posts: 0
Joined: June 26th, 2012, 10:57 pm

Copula and cholesky

August 25th, 2015, 10:12 am

Can any please explain me what is the difference between cholesky and copula?.
 
User avatar
eh
Posts: 3
Joined: March 2nd, 2010, 9:26 am

Copula and cholesky

August 25th, 2015, 3:58 pm

I don't really know where to begin! By "cholesky", I guess you mean the Cholesky decomposition of a symmetric, positive-definite matrix. This is simply a linear algebra tool that can help, for example, in the simulation of linearly dependent random variates. A copula is a special type of multivariate distribution. In particular, all the one-dimensional marginals of a copula are standard uniform random variables. Copulas are frequently used in the modelling of non-linear dependence.Start by looking at the wikipedia pages.
 
User avatar
zkuman
Topic Author
Posts: 0
Joined: June 26th, 2012, 10:57 pm

Copula and cholesky

August 26th, 2015, 12:27 am

Thanks