Function rgsl::randist::binomial::binomial_Q

source ·
pub fn binomial_Q(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.