Module rgsl::randist::pascal

source ·

Functions

This function returns a random integer from the Pascal distribution. The Pascal distribution is simply a negative binomial distribution with an integer value of n.
This function computes the cumulative distribution functions P(k), Q(k) for the Pascal distribution with parameters p and n.
This function computes the cumulative distribution functions P(k), Q(k) for the Pascal distribution with parameters p and n.
This function computes the probability p(k) of obtaining k from a Pascal distribution with parameters p and n, using the formula given above.