Is the logit-normal distribution implemented in MATLAB?

6 views (last 30 days)
I would like to sample from this distribution:

Accepted Answer

Image Analyst
Image Analyst on 3 Apr 2015
Edited: Image Analyst on 24 Sep 2021
Try cumsum() and use Inverse Transform Sampling.
Also see RANDRAW to see how the author generates dozens of distributions.

More Answers (1)

Homa Taheri
Homa Taheri on 24 Sep 2021
Hi everyone, I have the same question: how can I define a logit-normal distribution is MATLAB?

Community Treasure Hunt

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

Start Hunting!