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: stats
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("stats")

randx("ev0", 3)

Result:

[1,]  0.51199

[2,]  1.2308

[3,]  -0.98558


Library: stats
See also: pdfx cdfx qfx

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

Author: Michael Thomas 990503
(C) MD*TECH Method and Data Technologies, 21.9.2000