Erlang Random variable
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all, i need to generate a random variable with erlang distribution, so is there anyone can help me please?
thanks...
0 comentarios
Respuesta aceptada
Honglei Chen
el 15 de Feb. de 2012
In theory Erlang is the sum of exponential distributed random variables, so you can just do the same. If you have Statistics Toolbox, you can use exprnd to draw exponentially distributed random number.
Más respuestas (0)
Ver también
Categorías
Más información sobre Random Number Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!