Subversion Repositories wimsdev

Rev

Rev 4440 | Blame | Last modification | View Log | RSS feed

slib_lang_exists_tmp=yes

slib_title=Quantiles of a Hypergeometric law

slib_out=Quantile  of the hypergeometric distribution with parameters (<tt>N</tt>,<tt>n</tt>,<tt>k</tt>)
slib_comment=<tt>data</tt> can be a list of reals between 0 and 1, the result should be less than N ;
P(X=i)=binomial(k,i)*binomial(N-k,i)/binomial(N,n)