cdf
Returns the cumulative distribution function value at x.
Gives the probability that a random variable drawn from this Weibull distribution is less than or equal to x. Uses a closed-form expression.
Return
the probability that a value is less than or equal to x, in the range [0, 1].
Parameters
x
the point at which to evaluate the cumulative probability.