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 Comments

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.
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 on 3 May 2019
Edited: Torsten on 3 May 2019
R = wblrnd(A,B) + location parameter
Thank you!

Sign in to comment.

Answers (0)

Asked:

AHN
on 2 May 2019

Commented:

AHN
on 3 May 2019

Community Treasure Hunt

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

Start Hunting!