Borrar filtros
Borrar filtros

EXPONENTIAL DISTRIBUTION simple doubt

1 visualización (últimos 30 días)
Lakshit Chugh
Lakshit Chugh el 5 de Mayo de 2020
Respondida: Ameer Hamza el 5 de Mayo de 2020
i have lambda=0.1 so in exprnd(mu) do i have to put 0.1 or 1/0.1?
  1 comentario
KSSV
KSSV el 5 de Mayo de 2020
mu is a mean value...you substitue your mean value what you have.

Iniciar sesión para comentar.

Respuestas (1)

Ameer Hamza
Ameer Hamza el 5 de Mayo de 2020
The pdf of exponential distribution is defined as. However, MATLAB defines it in term of its mean value μ as shown here: https://www.mathworks.com/help/releases/R2020a/stats/exponential-distribution.html#brn2ivz-25. If you are given value of λ then you can first convert into μ using and then call exprnd.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by