Subversion Repositories wimsdev

Rev

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</tt> reals following a Pascal law\
5
slib_out=Random data of <span class="tt">m</span> reals following a Pascal law\
6
 of parameters <tt>n</tt> and \
6
 of parameters <span class="tt">n</span> and \
7
<tt>p</tt>.\
7
<span class="tt">p</span>.\
8
 If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an\
8
 If <span class="tt">m</span> is a list <span class="tt">[r,s]</span>, it returns an\
9
 <tt>r</tt> by <tt>s</tt> matrix. 
9
 <span class="tt">r</span> by <span class="tt">s</span> matrix. 
10
slib_comment= <tt>n</tt> is an integer and <tt>p</tt> a probability. \
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</tt> successes if in each trial the \
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</tt>.
12
probability of success is <span class="tt">p</span>.
13
 
13