random normal (0,1) correlated by copulas
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Alexandra
am 13 Apr. 2015
Kommentiert: Alexandra
am 15 Apr. 2015
Hi,
I created a simulation of random variables correlated by copulas in Matlab, using ksdensity function.
Now I am trying to simulate several N(0,1) distributions, but I want them to be intercorrelated by the same copulas.
How can I insert the copula parameter in normrnd function?
Thank you very much,
0 Kommentare
Akzeptierte Antwort
Tom Lane
am 15 Apr. 2015
The usual idea is that you apply your inverse probability distributions to the marginals (each column) of the copularnd results. In your case, if all variables are to have a standard normal distribution, you can just apply norminv to the entire array.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Copula Distributions and Correlated Samples finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!