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 个评论

Does the distribution have a name ?
It is a manual distribution produced from other distribution.
I have tried to generate the samples from distribution by CDF but I dont know how to plot its histogram.
Simply use
h = histogram(x)
if x is the vector of random values.
@Torsten Thank you I have just figure that out.

请先登录,再进行评论。

回答(0 个)

类别

Community Treasure Hunt

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

Start Hunting!

Translated by