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