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=Values at <tt>data</tt> of the cumulative distribution\
5
slib_out=Values at <span class="tt">data</span> of the cumulative distribution\
6
 function of the Pascal law with\
6
 function of the Pascal law with\
7
parameters <tt>n</tt> and <tt>p</tt> (n is an integer and (0&lt;p&lt;1)).
7
parameters <span class="tt">n</span> and <span class="tt">p</span> (n is an integer and (0&lt;p&lt;1)).
8
slib_comment=<tt>data</tt> can be a list of integers. \
8
slib_comment=<span class="tt">data</span> can be a list of integers. \
9
Cumulative distribution function of the total number of trials needed to get <tt>n</tt> successes \
9
Cumulative distribution function of the total number of trials needed to get <span class="tt">n</span> successes \
10
if in each trial the probability of success is <tt>p</tt>.
10
if in each trial the probability of success is <span class="tt">p</span>.