Function Reference: wblinv

statistics: x = wblinv (p)
statistics: x = wblinv (p, lambda)
statistics: x = wblinv (p, lambda, k)

Inverse of the Weibull cumulative distribution function (iCDF).

For each element of p, compute the quantile (the inverse of the CDF) at p of the Weibull distribution with parameters lambda and k. The size of x is the common size of p, lambda, and k. A scalar input functions as a constant matrix of the same size as the other inputs.

Default values are lambda = 1, k = 1.

See also: wblcdf, wblpdf, wblrnd, wblstat, wblplot

Source Code: wblinv