Function rgsl::randist::binomial::binomial_P[][src]

pub fn binomial_P(k: u32, p: f64, n: u32) -> f64
Expand description

This function computes the cumulative distribution functions P(k), Q(k) for the binomial distribution with parameters p and n.