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

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.