Subversion Repositories wimsdev

Rev

Rev 4455 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4161 bpr 1
slib_lang_exists_tmp=yes
2
 
3
slib_title=cumulative distribution function of Binomial law
4
 
5903 bpr 5
slib_out=Values on <span class="tt">data</span> of cumulative distribution function of binomial law of parameters\
6
 <span class="tt">n</span> and <span class="tt">p</span> (0&lt;p&lt;1)
7
slib_comment=<span class="tt">data</span> can be a list of integers. P(X=k)=binomial(n,k)*p^k*(1-p)^(n-k) for k=0,...,n
4161 bpr 8