burrrnd
Random arrays from the Burr type XII distribution.
r = burrrnd (lambda, c, k)
returns an array of
random numbers chosen from the Burr type XII distribution with scale
parameter lambda, first shape parameter c, and second shape
parameterc, and k. The size of r is the common size of
lambda, c, and k. LAMBDA scalar input functions as a
constant matrix of the same size as the other inputs.
When called with a single size argument, burrrnd
returns a square
matrix with the dimension specified. When called with more than one scalar
argument, the first two arguments are taken as the number of rows and columns
and any further arguments specify additional matrix dimensions. The size may
also be specified with a row vector of dimensions, sz.
Further information about the Burr distribution can be found at https://en.wikipedia.org/wiki/Burr_distribution
See also: burrcdf, burrinv, burrpdf, burrfit, burrlike, burrstat
Source Code: burrrnd