How to create a random gamma distributed vector with a mean of 0.1 and entries between 0 and 1?
Mostra commenti meno recenti
I would like to create a random gamma distributed vector with a specific mean (0.1) and only values between 0 and 1. How ? Just how?
1 Commento
Sky Sartorius
il 11 Set 2017
The gamma distribution is unbounded, which makes it a difficult candidate for what you're trying to do without adding steps such as clipping.
Check out the beta distribution to see if that will work for you. You can use betaincinv to help generate the vector.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Gamma Distribution in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!