Subversion Repositories wimsdev

Rev

Rev 4352 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4161 bpr 1
slib_lang_exists_tmp=yes
2
 
3
slib_title=Generation of logistic random data
4
 
4352 bpr 5
slib_out=Random data of <tt>m</tt> integers following an logistic law. If <tt>m</tt> is \
4455 bpr 6
a list <tt>[r, s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix.
7
slib_comment=The Logistic density is x -> exp(-x)(1+exp(-x))^(-2). 
4161 bpr 8