Function rgsl::randist::negative_binomial::negative_binomial_P[][src]

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

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