Function rgsl::randist::hypergeometric::hypergeometric_Q[][src]

pub fn hypergeometric_Q(k: u32, n1: u32, n2: u32, t: u32) -> f64
Expand description

This function computes the cumulative distribution functions P(k), Q(k) for the hypergeometric distribution with parameters n1, n2 and t.