Module rgsl::randist::pascal [] [src]

Functions

pascal

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.

pascal_P

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

pascal_Q

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

pascal_pdf

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