Histogram of a distribution function
Mostra commenti meno recenti
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 Commenti
Torsten
il 31 Mag 2021
Does the distribution have a name ?
Sudhir Sahoo
il 31 Mag 2021
Sudhir Sahoo
il 31 Mag 2021
Torsten
il 31 Mag 2021
Simply use
h = histogram(x)
if x is the vector of random values.
Sudhir Sahoo
il 31 Mag 2021
Risposte (0)
Categorie
Scopri di più su Histograms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!