Rev 4455 | 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 | |||
5903 | bpr | 5 | slib_out=Random data of <span class="tt">N</span> reals following a lognormal law with parameters <span class="tt">mu</span> and <span class="tt">sigma</span>.\ |
4327 | bpr | 6 | If a random variable follows this distribution, its logarithm is normally distributed \ |
5903 | bpr | 7 | with mean <span class="tt">mu</span> and standard deviation <span class="tt">sigma</span>.\ |
8 | If <span class="tt">N</span> is a list <span class="tt">[r,s]</span>, it returns an <span class="tt">r</span> by <span class="tt">s</span> matrix. |
||
4327 | bpr | 9 | |
4161 | bpr | 10 | slib_comment= |