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 the binomial law

slib_out=Values on <tt>data</tt> of the probability density function of the \
binomial law of parameters <tt>n</tt> and <tt>p</tt> ((0&lt;p&lt;1)).
slib_comment=<tt>data</tt> can be a list of integers.  P(X=k)=binomial(n,k)*p^k*(1-p)^(n-k) for k=0,...,n