dst_hyper: Hypergeometric Distribution

View source: R/dst_hyper.R

dst_hyperR Documentation

Hypergeometric Distribution

Description

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)


vincenzocoia/distionary documentation built on March 5, 2024, 3:13 a.m.