Show that sum of two uniformly distributed random variables in not uniformly distributed.
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Roger Stafford
am 17 Nov. 2017
Get a histogram for x = rand(1,n)+rand(1,n) with n a very large number.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!