Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4161 bpr 1
slib_lang_exists_tmp=yes
2
 
3
slib_title=Hypergeometric law inverse
4
 
5
slib_out=quantile inverse of cumulative hypergeometric distribution (N,n,k)
6
slib_comment=data can be a list of reals,the result should be less than N ;
7
P(X=i)=binomial(k,i)*binomial(N-k,i)/binomial(N,n)
8