## S3 method for class 'scidb_or_scidbdf':
phyper(x, q, m, n, k, new="p",`eval`=FALSE)
## S3 method for class 'scidb_or_scidbdf':
qhyper(x, p, m, n, k, new="q",`eval`=FALSE)scidb or scidbdf object.scidb, scidbdf reference object.m, n and k is given by$$p(x) = \left. {m \choose x}{n \choose k-x} \right/ {m+n \choose k}$$
for $x = 0, \ldots, k$.
The quantile is defined as the smallest value $x$ such that $F(x) \ge p$, where $F$ is the distribution function.
phyper gives the distribution
function, qhyper gives the quantile function.