Function Reference: burrinv

statistics: x = burrinv (p, a, c, k)

Inverse of the Burr type XII cumulative distribution function (iCDF).

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

See also: burrcdf, burrpdf, burrrnd

Source Code: burrinv