Grocer Function

NAME

logn_rnd - lognormal random draws

CALLING SEQUENCE

[r]=logn_rnd(mu,sigma,m,n)

PARAMETERS

Input

Output

DESCRIPTION

Performs random draws from the lognormal distribution (see Evans, Merran, Hastings, Nicholas and Peacock, Brian, """"Statistical Distributions, Second Edition"""", Wiley 1993 p. 102-105.).

EXAMPLE

x = log_rnd(2,10,1000,1)

AUTHOR

Eric Dubois 2002