Name

logt_rnd — logistic random draws

CALLING SEQUENCE

[rnd]=logt_rnd(r,c)

PARAMETERS

Input

• r,c = size of the matrix, vector or scalar of draws

Output

• rnd = a matrix of random numbers from the logistic distribution

DESCRIPTION

Performs random draws from the logistic distribution.

EXAMPLE


x=logt_rnd(5,2)

               

AUTHOR

Eric Dubois 2002