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
Torsten 2021 年 5 月 31 日
Does the distribution have a name ?
Sudhir Sahoo
Sudhir Sahoo 2021 年 5 月 31 日
It is a manual distribution produced from other distribution.
Sudhir Sahoo
Sudhir Sahoo 2021 年 5 月 31 日
I have tried to generate the samples from distribution by CDF but I dont know how to plot its histogram.
Torsten
Torsten 2021 年 5 月 31 日
Simply use
h = histogram(x)
if x is the vector of random values.
Sudhir Sahoo
Sudhir Sahoo 2021 年 5 月 31 日
@Torsten Thank you I have just figure that out.

サインインしてコメントする。

回答 (0 件)

カテゴリ

質問済み:

2021 年 5 月 31 日

コメント済み:

2021 年 5 月 31 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by