phyperMolenaar {DPQ}R Documentation

Molenaar's Normal Approximations to the Hypergeometric Distribution

Description

Compute Molenaar's two normal approximations to the (cumulative hypergeometric distribution phyper().

Usage

phyper1molenaar(q, m, n, k)
phyper2molenaar(q, m, n, k)

Arguments

q

.

m

.

n

.

k

.

Details

Both approximations are from page 261 of J Johnson, Kotz & Kemp (1992). phyper1molenaar is formula (6.91), and phyper2molenaar is formula (6.92).

Value

. . .

Author(s)

Martin Maechler

References

Johnson, Kotz & Kemp (1992): p.261

See Also

phyper, pnorm.

Examples

 ## TODO

[Package DPQ version 0.4-2 Index]