Function Reference: wblpdf

statistics: y = wblinv (x)
statistics: y = wblinv (x, lambda)
statistics: y = wblinv (x, lambda, xk)

Weibull probability density function (PDF).

For each element of x, compute the probability density function (PDF) at x of the Weibull distribution with parameters lambda and xk. The size of y is the common size of x, lambda, and xk. A scalar input functions as a constant matrix of the same size as the other inputs.

Default values are lambda = 1, xk = 1.

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

Source Code: wblpdf