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!