Function Reference: burrpdf

statistics: y = burrpdf (x, a, c, k)

Burr type XII probability density function (PDF).

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

See also: burrcdf, burrinv, burrrnd

Source Code: burrpdf