Wblinv
Wblinv-func
Definition:
computes the inverse Weibull cumulative distribution function for the given probability using the parameters a and b.
The inverse of the Weibull cdf is
Parameters:
(input, double)
- The probability,0 < p < 1.
(input, double)
- The scale parameter, a, of the required Weibull distribution, must be positive(a > 0.0).
(input, double)
- The shape parameter, b, of the required Weibull distribution, must be positive (b > 0.0).
(output, double)
- The value of the variate,
/math-f5e81d79b535c85746763245f006f7b5.png)