The following discrete distributions are available:
(x)
¶(x, p)
¶(p)
¶Bernoulli distribution with probability of success p. Constraints: x = 0 or 1, 0 <= p <= 1.
(x, n, p)
¶(x, n, p)
¶(n, p)
¶Binomial distribution with n trials and probability of success p. Constraints: integer n > 0, 0 <= p <= 1, integer x <= n.
(x, n, p)
¶(x, n, p)
¶(n, p)
¶Geometric distribution with probability of success p. Constraints: 0 <= p <= 1, integer x > 0.
(x, a, b, c)
¶(x, a, b, c)
¶(a, b, c)
¶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.
(x, p)
¶(p)
¶Logarithmic distribution with probability parameter p. Constraints: 0 <= p < 1, x >= 1.