Rev 4352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4352 | Rev 4455 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | slib_out=Random data of <tt>N</tt> reals following a lognormal law |
5 | slib_out=Random data of <tt>N</tt> reals following a lognormal law with 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 <tt>r</tt> by <tt>s</tt> 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= |