Skip to contents

Makes a distribution belonging to the family of hypergeometric distributions.

Usage

dst_hyper(K, N, n)

Arguments

K

the number of success states in the population

N

the population size

n

the number of draws

Examples

dst_hyper(1, 5, 10)
#> [1] "hyper"      "parametric" "dst"       
#> 
#>  name :
#> [1] "hyper"