Module rgsl::randist::binomial [] [src]

Functions

binomial

This function returns a random integer from the binomial distribution, the number of successes in n independent trials with probability p. The probability distribution for binomial variates is,

binomial_P

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

binomial_Q

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

binomial_pdf

This function computes the probability p(k) of obtaining k from a binomial distribution with parameters p and n, using the formula given above.