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

Compute the cumulative distribution function (CDF) at x of the Weibull distribution with shape parameter scale and scale parameter shape, which is

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

for x >= 0.