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
![x_p=[aln(\frac 1{1-p}]^{(\frac 1b)}I_{[0,1]}(p) x_p=[aln(\frac 1{1-p}]^{(\frac 1b)}I_{[0,1]}(p)](../images/Wblinv_(function)/math-ec6eae6ffd809a7050a0478ba2df12ef.png)
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)