Learn R Programming

DPQ (version 0.5-3)

phyperMolenaar: 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)

Value

. . .

Arguments

q

.

m

.

n

.

k

.

Author

Martin Maechler

Details

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

References

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

See Also

Examples

Run this code
 ## TODO

Run the code above in your browser using DataLab