Histogram of a distribution function
Ältere Kommentare anzeigen
How to compute and plot histogram of the following distribution function in matlab. 

with n,r,l are some parameter constant and β is beta function.
5 Kommentare
Torsten
am 31 Mai 2021
Does the distribution have a name ?
Sudhir Sahoo
am 31 Mai 2021
Sudhir Sahoo
am 31 Mai 2021
Torsten
am 31 Mai 2021
Simply use
h = histogram(x)
if x is the vector of random values.
Sudhir Sahoo
am 31 Mai 2021
Antworten (0)
Kategorien
Mehr zu Histograms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!