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 at <tt>data</tt> of the probability density function of the hypergeometric\
5
slib_out=Values at <span class="tt">data</span> of the probability density function of the hypergeometric\
6
 law with parameters <tt>N</tt>, <tt>K</tt> and <tt>n</tt>.
6
 law with parameters <span class="tt">N</span>, <span class="tt">K</span> and <span class="tt">n</span>.
7
slib_comment=<tt>data</tt> can be a list of reals ; \
7
slib_comment=<span class="tt">data</span> can be a list of reals ; \
8
P(X=i)=binomial(K,i)*binomial(N-K,n-i)/binomial(N,n)
8
P(X=i)=binomial(K,i)*binomial(N-K,n-i)/binomial(N,n)
9
 
9