Histogram of a distribution function
显示 更早的评论
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 个评论
Torsten
2021-5-31
Does the distribution have a name ?
Sudhir Sahoo
2021-5-31
Sudhir Sahoo
2021-5-31
Torsten
2021-5-31
Simply use
h = histogram(x)
if x is the vector of random values.
Sudhir Sahoo
2021-5-31
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!