Rev 4986 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4986 | Rev 5903 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | slib_out=Random data of <tt>m</ |
5 | slib_out=Random data of <span class="tt">m</span> reals following a Pascal law\ |
6 | of parameters <tt>n</ |
6 | of parameters <span class="tt">n</span> and \ |
7 | <tt>p</ |
7 | <span class="tt">p</span>.\ |
8 | If <tt>m |
8 | If <span class="tt">m</span> is a list <span class="tt">[r,s]</span>, it returns an\ |
9 | <tt>r |
9 | <span class="tt">r</span> by <span class="tt">s</span> matrix. |
10 | slib_comment= <tt>n |
10 | slib_comment= <span class="tt">n</span> is an integer and <span class="tt">p</span> a probability. \ |
11 | Simulation of the total number of trials needed to get <tt>n</ |
11 | Simulation of the total number of trials needed to get <span class="tt">n</span> successes if in each trial the \ |
12 | probability of success is <tt>p</ |
12 | probability of success is <span class="tt">p</span>. |
13 | 13 |