Skip to main content
1-Visitor
October 25, 2012
Solved

Weibull Distribution

  • October 25, 2012
  • 5 replies
  • 3276 views

Hi Friends,

I am a beginer in mathcad. I am trying to create a random weibull distribution.

I saw the random weibull function rweibull(m,s) where s is the shape parameter. I dont understand how to create a distribution in mathcad which can take both SHAPE and SCALE parameters.

Please help me with this.

Thanks in Advance,

Kel

Best answer by AndyWesterman

Hope this is of use

regards

Andy

5 replies

12-Amethyst
October 25, 2012

Hope this is of use

regards

Andy

KelKumar1-VisitorAuthor
1-Visitor
October 26, 2012

Hi Andy,

Thanks a lot. It was very helpful and I was able to solve my problem. Thanks once again.

Subin

24-Ruby IV
October 26, 2012

Hello,

Function rweibull(m,s) requires the specification of only one distribution parameter s, and the second parameter b in this case is found to be 1. Let the parameter b - is the scale parameter. If we take the values ​​with the Weibull distribution with parameter b = 1, and multiply them by the required b = b0, then we obtain the values with the parameter b = b0.

KelKumar1-VisitorAuthor
1-Visitor
October 26, 2012

Hi Sir,

THanks a lot, I was able to solve the problem and get the answer i was expecting. Thanks once again

subin

24-Ruby IV
October 28, 2012

No problem.