Subversion Repositories wimsdev

Rev

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</tt> reals following a lognormal law with parameters <tt>mu</tt> and <tt>sigma</tt>.\
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</tt> and standard deviation <tt>sigma</tt>.\
7
with mean <span class="tt">mu</span> and standard deviation <span class="tt">sigma</span>.\
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 <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=