Rev 4352 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4161 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Generation of lognormal random data |
||
4 | |||
4455 | bpr | 5 | slib_out=Random data of <tt>N</tt> reals following a lognormal law with parameters <tt>mu</tt> and <tt>sigma</tt>.\ |
4327 | bpr | 6 | If a random variable follows this distribution, its logarithm is normally distributed \ |
4330 | bpr | 7 | with mean <tt>mu</tt> and standard deviation <tt>sigma</tt>.\ |
4352 | bpr | 8 | If <tt>N</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. |
4327 | bpr | 9 | |
4161 | bpr | 10 | slib_comment= |