Histogram of a distribution function
Show older comments
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 Comments
Torsten
on 31 May 2021
Does the distribution have a name ?
Sudhir Sahoo
on 31 May 2021
Sudhir Sahoo
on 31 May 2021
Torsten
on 31 May 2021
Simply use
h = histogram(x)
if x is the vector of random values.
Sudhir Sahoo
on 31 May 2021
Answers (0)
Categories
Find more on Histograms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!