EXPONENTIAL DISTRIBUTION simple doubt

i have lambda=0.1 so in exprnd(mu) do i have to put 0.1 or 1/0.1?

댓글 수: 1

KSSV
KSSV 2020년 5월 5일
mu is a mean value...you substitue your mean value what you have.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 5월 5일

0 개 추천

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.

태그

질문:

2020년 5월 5일

답변:

2020년 5월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by