Subversion Repositories wimsdev

Rev

Rev 4352 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

slib_lang_exists_tmp=yes

slib_title=Probability density function of a Poisson law

slib_out=Values at <tt>data</tt> of the probability density function of the Poisson \
law with parameter <tt>p</tt>. 
slib_comment=<tt>data</tt> can be a list of reals.\
The probability density function at i is\
  exp(-p)*(p^i)/i! for every nonnegative integer i.