Subversion Repositories wimsdev

Rev

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

Rev 4161 Rev 4352
Line 4... Line 4...
4
 
4
 
5
slib_out=Values of probability density function of Hypergeometric
5
slib_out=Values on <tt>data</tt> of the probability density function of hypergeometric law.
6
slib_comment=data can be a list of reals
6
slib_comment=<tt>data</tt> can be a list of reals ; \
7
P(X=i)=binomial(K,i)*binomial(N-K,n-i)/binomial(N,n)
7
P(X=i)=binomial(K,i)*binomial(N-K,n-i)/binomial(N,n)
8
 
8