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 on <tt>data</tt> of the probability density function of the \
5
slib_out=Values on <span class="tt">data</span> of the probability density function of the \
6
binomial law of parameters <tt>n</tt> and <tt>p</tt> ((0&lt;p&lt;1)).
6
binomial law of parameters <span class="tt">n</span> and <span class="tt">p</span> ((0&lt;p&lt;1)).
7
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
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
8
 
8