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: rndgengamma INSPolKhin

Quantlet: rndtrbeta
Description: generates a vector or matrix of pseudo random variables with transformed beta distribution.

Reference(s):

Usage: r = rndtrbeta(n, m, alpha, beta, c, lambda)
Input:
n scalar, integer, number of rows
m scalar, integer, number of columns
alpha scalar, parameter of transformed beta distribution
beta scalar, parameter of transformed beta distribution
c scalar, parameter of transformed beta distribution
lambda scalar, parameter of transformed beta distribution
Output:
r n x m matrix, pseudo random numbers

Example:
library("xplore")
library("distribs")
randomize(100)
rndtrbeta(3, 2, 1.5, 2.5, 0.5, 4)

Result:
Contents of r
 [1,]   51.187   45.074
 [2,]   26.723   25.379
 [3,]   341.76   126.18



Author: P. Mista, 20041111 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006