Function Reference: burrcdf

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

Burr type XII cumulative distribution function (CDF).

For each element of x, compute the cumulative distribution function (CDF) at x 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: burrinv, burrpdf, burrrnd

Source Code: burrcdf