Subversion Repositories wimsdev

Rev

Rev 4455 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4455 Rev 5903
Line 4... Line 4...
4
 
4
 
5
slib_out=Values at <tt>data</tt> of the cumulative distribution function of the Poisson law \
5
slib_out=Values at <span class="tt">data</span> of the cumulative distribution function of the Poisson law \
6
of parameter <tt>p</tt> (positive real).
6
of parameter <span class="tt">p</span> (positive real).
7
slib_comment=<tt>data</tt> can be a list of reals.\
7
slib_comment=<span class="tt">data</span> can be a list of reals.\
8
The probability density function at i is\
8
The probability density function at i is\
9
  exp(-p)*(p^i)/i! for every nonnegative integer i.
9
  exp(-p)*(p^i)/i! for every nonnegative integer i.
10
 
10
 
11
 
11