Rev 4330 | Rev 4455 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4330 | Rev 4352 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 |
|
5 | slib_out=Random data of <tt>N</tt> reals following a lognormal law of parameters <tt>mu</tt> and <tt>sigma</tt>.\ |
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</tt> and standard deviation <tt>sigma</tt>.\ |
7 | with mean <tt>mu</tt> and standard deviation <tt>sigma</tt>.\ |
8 | If <tt>N</tt> is a list <tt>[r,s]</tt>, it returns an r by s matrix. |
8 | If <tt>N</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. |
9 | 9 | ||
10 | slib_comment= |
10 | slib_comment= |