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: pdfx cdfx qfx

Quantlet: randx
Description: randx generates a vector of pseudo random variables with extreme value and generalized Pareto distribution.

Usage: r = randx (dist, n, shape)
Input:
dist name of distribution
n integer, number of elements
shape shape parameter
Output:
r vector

Example:
library("distribs")
randx("ev0", 3)

Result:
[1,]  0.51199
[2,]  1.2308
[3,]  -0.98558



Author: M. Thomas, 19990503 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006