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>m</tt> integers following an Laplace law.\
5
slib_out=Random data of <span class="tt">m</span> integers following an Laplace law.\
6
If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. 
6
If <span class="tt">m</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. 
7
 
7
 
8
slib_comment= The Laplace density at each real x is exp(-|x|)/2.
8
slib_comment= The Laplace density at each real x is exp(-|x|)/2.