Rev 4455 | 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 | |||
5903 | bpr | 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 <span class="tt">[r, s]</span>, it returns an <span class="tt">r</span> by <span class="tt">s</span> matrix. |
||
4455 | bpr | 7 | slib_comment=The Logistic density is x -> exp(-x)(1+exp(-x))^(-2). |
4161 | bpr | 8 |