Rev 4352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4352 | Rev 4455 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | slib_lang_exists_tmp=yes |
1 | slib_lang_exists_tmp=yes |
2 | 2 | ||
3 | slib_title=Probability density function of Hypergeometric law |
3 | slib_title=Probability density function of a Hypergeometric law |
4 | 4 | ||
5 | slib_out=Values |
5 | slib_out=Values at <tt>data</tt> of the probability density function of the hypergeometric\ |
- | 6 | law with parameters <tt>N</tt>, <tt>K</tt> and <tt>n</tt>. |
|
6 | slib_comment=<tt>data</tt> can be a list of reals ; \ |
7 | 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) |
8 | P(X=i)=binomial(K,i)*binomial(N-K,n-i)/binomial(N,n) |
8 | 9 |