Show that sum of two uniformly distributed random variables in not uniformly distributed.
6 ビュー (過去 30 日間)
古いコメントを表示
I need to show that the sum of two uniformly distributed random variables is not uniformly distributed using Matlab except for the rare case.
0 件のコメント
回答 (1 件)
Roger Stafford
2017 年 11 月 17 日
Get a histogram for x = rand(1,n)+rand(1,n) with n a very large number.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!