Rev 3265 | Rev 4328 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3265 | Rev 4161 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Generation of logistic random data |
- | |
- | 4 | ||
5 | slib_parms=1\ |
5 | slib_parms=1\ |
6 | ,m |
6 | ,m |
7 | 7 | ||
8 | slib_author=Bernadette PERRIN-RIOU |
8 | slib_author=Bernadette PERRIN-RIOU |
9 | slib_out=random data of m integers following an logistic law. If m is a list [r,s], it returns an r by s matrice. |
- | |
10 | slib_comment= |
9 | |
11 | slib_example= 20\ |
10 | slib_example= 20\ |
12 | [10,5] |
11 | [10,5] |
13 | slib_require=octave |
12 | slib_require=octave |
14 | !exit |
13 | !exit |
15 | 14 |