Generating correlated random variables
古いコメントを表示
I have two compund distributions S1 = Sum{i=1:N1} Xi, where N1 is Poisson(lambda1) and X is say LogNormal(1,2) and S2 =Sum{i=1:N2} Yi, where N2 is Poisson(lambda2) and Y is say LogNormal(2,3).I wish to generate correlated random numbers from this distribution such that the linear correlation is say rho. Any thoughts?
回答 (1 件)
Oleg Komarov
2012 年 3 月 13 日
0 投票
EDIT
Thread with links on how to generate random numbers from given distributions other than mulitvariate normal: http://www.mathworks.com/matlabcentral/newsreader/view_thread/115379
4 件のコメント
Trambak
2012 年 3 月 13 日
Oleg Komarov
2012 年 3 月 13 日
Yes you're right, the approach proposed is limited to multivariate normal. I am unsure how to proceed with arbitrary distributions.
Oleg Komarov
2012 年 3 月 13 日
See my edit.
Trambak
2012 年 3 月 13 日
カテゴリ
ヘルプ センター および File Exchange で Copula Distributions and Correlated Samples についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!