Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: distribs
See also: pdfBurr cdfBurr

Quantlet: rndBurr
Description: generates a vector of pseudo random variables with Burr distribution.

Usage: y = rndBurr (n, m, alpha, lambda, tau)
Input:
n integer, number of rows
m integer, number of columns
alpha scalar, parameter of Burr distribution
lambda scalar, parameter of Burr distribution
tau scalar, parameter of Burr distribution
Output:
y n x m matrix, pseudo random numbers

Example:
library("xplore")
library("distribs")
randomize(100)
rndBurr(3,2,3,2,1)

Result:
Contents of y
[1,]   3.6982   0.20442
[2,]   1.6042   1.1285
[3,]   2.9279   0.1749



Author: A. Misiorek, 20040621 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006