Function Reference: bbsinv

statistics: x = bbsinv (p, shape, scale, location)

Inverse of the Birnbaum-Saunders cumulative distribution function (iCDF).

For each element of p, compute the quantile (the inverse of the CDF) at p of the Birnbaum-Saunders distribution with parameters shape, scale, and location. The size of x is the common size of p, shape, scale, and location. A scalar input functions as a constant matrix of the same size as the other inputs.

See also: bbscdf, bbspdf, bbsrnd

Source Code: bbsinv