hypergeometric_pmf

Function hypergeometric_pmf 

Source
pub fn hypergeometric_pmf(
    size: u64,
    successes: u64,
    draws: u64,
    observed: u64,
) -> f64
Expand description

Returns the PMF of the hypergeometric distribution.