Can someone explain to me why the CopulaDistribution function with a "Multinormal" kernal asks for the covariance matrix instead of the correlation matrix. Just by looking at the formula for copula, it uses correlation matrix. So I was wondering why it is so for mathematica.
Edit: So what difference would it make if I use correlation matrix instead of covariance matrix?
Edit: After some research, I realised that for this particular case, the theoretical input is in fact the correlation matrix. However, using this correlation matrix as the input, I simulate 10000 vector probabilities. When I calculate the correlation of these results, I do not end up with the correlation matrix that I started with (in fact it is well off). Does anyone have an idea as to why this may be the case. Surely the simulated correlation matrix should line up with the input correlation?.
Covarianceis more general than using aCorrelationmatrix. You can assume unit variance and they are equivalent. – Andy Ross Dec 08 '14 at 14:10