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 commentaires

Jeff Miller
Jeff Miller le 3 Mai 2019
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 le 3 Mai 2019
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 le 3 Mai 2019
Modifié(e) : Torsten le 3 Mai 2019
R = wblrnd(A,B) + location parameter
AHN
AHN le 3 Mai 2019
Thank you!

Connectez-vous pour commenter.

Réponses (0)

Question posée :

AHN
le 2 Mai 2019

Commenté :

AHN
le 3 Mai 2019

Community Treasure Hunt

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

Start Hunting!

Translated by