3 parameter Weibull distribution

Hi,
I wanted to generate random numbers for 3-parameter Weibull distribution. There are notes on 2-parameter Weibull here
Could anyone help me out to incorporate 3 parameters into this?
Thanks

댓글 수: 5

Jeff Miller
Jeff Miller 2019년 5월 3일
Do you have a link describing the 3-parameter version of the Weibull that you have in mind? Johnson & Kotz describe a 3-parameter Weibull where the third parameter is the origin, which could simply be added to the output of wblrnd, but you are probably not asking about that 3-parameter Weibull.
AHN
AHN 2019년 5월 3일
Thank you for the reply. Yes, by 3 parameters, i meant a scale, shape and location parameter. How do we add the location parameter to the output of wblrnd?
Torsten
Torsten 2019년 5월 3일
편집: Torsten 2019년 5월 3일
R = wblrnd(A,B) + location parameter
AHN
AHN 2019년 5월 3일
Thank you!

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

답변 (0개)

질문:

AHN
2019년 5월 2일

댓글:

AHN
2019년 5월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by