weibull_pdf [statistics]
— Function File: weibull_pdf (x, shape, scale)

Compute the probability density function (PDF) at x of the Weibull distribution with shape parameter scale and scale parameter shape which is given by

          scale * shape^(-scale) * x^(scale-1) * exp(-(x/shape)^scale)

for x > 0.