Histogram of a distribution function
Mostrar comentarios más antiguos
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 comentarios
Torsten
el 31 de Mayo de 2021
Does the distribution have a name ?
Sudhir Sahoo
el 31 de Mayo de 2021
Sudhir Sahoo
el 31 de Mayo de 2021
Torsten
el 31 de Mayo de 2021
Simply use
h = histogram(x)
if x is the vector of random values.
Sudhir Sahoo
el 31 de Mayo de 2021
Respuestas (0)
Categorías
Más información sobre Histograms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!