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