Generate random number from a two-parameter exponential distribution
Afficher commentaires plus anciens
Hello everybody,
I am looking for a way to easily generate random numbers from a two-parameter exponential distribution. The probability density function is:
. I am aware of expand() but it does not seem to include the two-parameter distribution.
. I am aware of expand() but it does not seem to include the two-parameter distribution.Do you have any idea how I could achieve that?
Thank you very much.
Alexis
4 commentaires
Torsten
le 21 Mar 2019
Your function f does not depend on t ?
Alexis Stevenson
le 21 Mar 2019
Torsten
le 21 Mar 2019
What is the support of f ?
I ask because if support(f) = IR+, f is only a probability density function if gamma = 0.
Alexis Stevenson
le 21 Mar 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Univariate Discrete Distributions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

