phyperMolenaar {DPQ} | R Documentation |
Compute Molenaar's two normal approximations to the (cumulative
hypergeometric distribution phyper()
.
phyper1molenaar(q, m, n, k) phyper2molenaar(q, m, n, k)
q |
. |
m |
. |
n |
. |
k |
. |
Both approximations are from page 261 of J Johnson, Kotz & Kemp (1992).
phyper1molenaar
is formula (6.91), and
phyper2molenaar
is formula (6.92).
. . .
Martin Maechler
Johnson, Kotz & Kemp (1992): p.261
## TODO