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</ |
5 | slib_out=Values at <span class="tt">data</span> of the probability density function of the hypergeometric\ |
6 | law with parameters <tt>N< |
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</ |
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 |