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: pdfPareto cdfPareto

Quantlet: rndPareto
Description: generates a vector of pseudo random variables with Pareto distribution.

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

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

Result:
Contents of y
[1,]   3.5587  0.10743
[2,]   1.1238  0.72342
[3,]   2.5356  0.091276



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