Subversion Repositories wimsdev

Rev

Rev 4352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4352 Rev 4455
Line 1... Line 1...
1
slib_lang_exists_tmp=yes
1
slib_lang_exists_tmp=yes
2
 
2
 
3
slib_title=Probability density function of Poisson law
3
slib_title=Probability density function of a Poisson law
4
 
4
 
5
slib_out=Values on <tt>data</tt> of the probability density function of the Poisson \
5
slib_out=Values at <tt>data</tt> of the probability density function of the Poisson \
6
law of parameter <tt>p</tt>. 
6
law with parameter <tt>p</tt>. 
7
slib_comment=<tt>data</tt> can be a list of reals.
7
slib_comment=<tt>data</tt> can be a list of reals.\
-
 
8
The probability density function at i is\
-
 
9
  exp(-p)*(p^i)/i! for every nonnegative integer i.