Learn R Programming

distributional (version 0.1.0)

dist_hypergeometric: The Hypergeometric distribution

Description

stable

Usage

dist_hypergeometric(m, n, k)

Arguments

m

The number of type I elements available.

n

The number of type II elements available.

k

The size of the sample taken.

See Also

stats::Hypergeometric

Examples

Run this code
# NOT RUN {
dist_hypergeometric(m = rep(500, 3), n = c(50, 60, 70), k = c(100, 200, 300))

# }

Run the code above in your browser using DataLab