Rev 4455 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4455 | Rev 5903 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | slib_out=Random data of <tt>N |
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>.\ |
6 | If a random variable follows this distribution, its logarithm is normally distributed \ |
6 | If a random variable follows this distribution, its logarithm is normally distributed \ |
7 | with mean <tt>mu |
7 | with mean <span class="tt">mu</span> and standard deviation <span class="tt">sigma</span>.\ |
8 | If <tt> |
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. |
9 | 9 | ||
10 | slib_comment= |
10 | slib_comment= |