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