"phyper"(x, q, m, n, k, new="p",`eval`=FALSE)
"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.
## Not run:
# # Write me
# ## End(Not run)
Run the code above in your browser using DataLab