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!