Previous: Continuous Distributions, Up: Statistical Distribution Functions [Contents][Index]
The following discrete distributions are available:
Bernoulli distribution with probability of success p. Constraints: x = 0 or 1, 0 <= p <= 1.
Binomial distribution with n trials and probability of success p. Constraints: integer n > 0, 0 <= p <= 1, integer x <= n.
Geometric distribution with probability of success p. Constraints: 0 <= p <= 1, integer x > 0.
Hypergeometric distribution when b objects out of a are drawn and c of the available objects are distinctive. Constraints: integer a > 0, integer b <= a, integer c <= a, integer x >= 0.
Logarithmic distribution with probability parameter p. Constraints: 0 <= p < 1, x >= 1.
Previous: Continuous Distributions, Up: Statistical Distribution Functions [Contents][Index]