Function Reference
— Function File: wblpdf (x, scale, shape)

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.