Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Discrete Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Discrete Statistical Distributions >

BetaNegativeBinomialDistribution

BetaNegativeBinomialDistribution[Alpha, Beta, n]
represents a beta negative binomial mixture distribution with beta distribution parameters alpha and beta, and n successful trials.
  • The beta negative binomial distribution is a negative binomial distribution whose probability parameter p follows a beta distribution with shape parameters Alpha and Beta. »
Mean and variance of a beta negative binomial distribution:
Probability density function:
Generate a set of pseudorandom numbers that have a beta negative binomial distribution:
Properties based on higher-order moments:
The probability of at least 50 failures before 10 successes assuming a beta distribution on p:
Plot the cumulative distribution function of a beta negative binomial distribution:
Density functions for beta negative binomial distributions depend heavily on the parameters Alpha and Beta:
The probability of getting negative integers, integers beyond n, or non-integer numbers is zero:
Beta negative binomial is a mixture of NegativeBinomialDistribution and BetaDistribution:
BetaNegativeBinomialDistribution is not defined when Alpha, Beta or n is non-positive:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team