HOME

TheInfoList



OR:

In probability theory and
statistics Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
, the beta-binomial distribution is a family of discrete
probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomenon i ...
s on a finite
support Support may refer to: Arts, entertainment, and media * Supporting character Business and finance * Support (technical analysis) * Child support * Customer support * Income Support Construction * Support (structure), or lateral support, a ...
of non-negative integers arising when the probability of success in each of a fixed or known number of Bernoulli trials is either unknown or random. The beta-binomial distribution is the
binomial distribution In probability theory and statistics, the binomial distribution with parameters ''n'' and ''p'' is the discrete probability distribution of the number of successes in a sequence of ''n'' independent experiments, each asking a yes–no quest ...
in which the probability of success at each of ''n'' trials is not fixed but randomly drawn from a
beta distribution In probability theory and statistics, the beta distribution is a family of continuous probability distributions defined on the interval , 1in terms of two positive parameters, denoted by ''alpha'' (''α'') and ''beta'' (''β''), that appear as ...
. It is frequently used in Bayesian statistics, empirical Bayes methods and
classical statistics Frequentist inference is a type of statistical inference based in frequentist probability, which treats “probability” in equivalent terms to “frequency” and draws conclusions from sample-data by means of emphasizing the frequency or pr ...
to capture overdispersion in binomial type distributed data. The beta-binomial is a one-dimensional version of the Dirichlet-multinomial distribution as the binomial and beta distributions are univariate versions of the multinomial and
Dirichlet distribution In probability and statistics, the Dirichlet distribution (after Peter Gustav Lejeune Dirichlet), often denoted \operatorname(\boldsymbol\alpha), is a family of continuous multivariate probability distributions parameterized by a vector \boldsymb ...
s respectively. The special case where ''α'' and ''β'' are integers is also known as the negative hypergeometric distribution.


Motivation and derivation


As a compound distribution

The
Beta distribution In probability theory and statistics, the beta distribution is a family of continuous probability distributions defined on the interval , 1in terms of two positive parameters, denoted by ''alpha'' (''α'') and ''beta'' (''β''), that appear as ...
is a conjugate distribution of the
binomial distribution In probability theory and statistics, the binomial distribution with parameters ''n'' and ''p'' is the discrete probability distribution of the number of successes in a sequence of ''n'' independent experiments, each asking a yes–no quest ...
. This fact leads to an analytically tractable compound distribution where one can think of the p parameter in the binomial distribution as being randomly drawn from a beta distribution. Suppose we were interested in predicting the number of heads, x in n future trials. This is given by : \begin f(x\mid n,\alpha,\beta) & = \int_0^1 \mathrm(x, n,p)\mathrm(p\mid \alpha, \beta) \, dp \\ pt & = \frac \int_0^1 p^(1-p)^ \, dp \\ pt & = \frac . \end Using the properties of the beta function, this can alternatively be written : f(x\mid n,\alpha,\beta) = \frac \frac \frac.


Beta-binomial as an urn model

The beta-binomial distribution can also be motivated via an urn model for positive integer values of ''α'' and ''β'', known as the Pólya urn model. Specifically, imagine an urn containing ''α'' red balls and ''β'' black balls, where random draws are made. If a red ball is observed, then two red balls are returned to the urn. Likewise, if a black ball is drawn, then two black balls are returned to the urn. If this is repeated ''n'' times, then the probability of observing ''x'' red balls follows a beta-binomial distribution with parameters ''n'', ''α'' and ''β''. If the random draws are with simple replacement (no balls over and above the observed ball are added to the urn), then the distribution follows a binomial distribution and if the random draws are made without replacement, the distribution follows a hypergeometric distribution.


Moments and properties

The first three raw moments are :: \begin \mu_1 & =\frac \\ pt \mu_2 & =\frac\\ pt \mu_3 & =\frac \end and the kurtosis is :: \beta_2 = \frac \left (\alpha + \beta)(\alpha + \beta - 1 + 6n) + 3 \alpha\beta(n - 2) + 6n^2 -\frac - \frac \right Letting p=\frac \! we note, suggestively, that the mean can be written as :: \mu = \frac=np \! and the variance as :: \sigma^2 = \frac = np(1-p) \frac = np(1-p) +(n-1)\rho\! where \rho= \tfrac\!. The parameter \rho \; \! is known as the "intra class" or "intra cluster" correlation. It is this positive correlation which gives rise to overdispersion. Note that when n=1, no information is available to distinguish between the beta and binomial variation, and the two models have equal variances.


Factorial Moments

The -th factorial moment of a Beta-binomial random variable is :\operatorname\bigl X)_r\bigr= \frac\frac = (n)_r \frac .


Point estimates


Method of moments

The method of moments estimates can be gained by noting the first and second moments of the beta-binomial and setting those equal to the sample moments m_1 and m_2. We find :: \begin \widehat & =\frac \\ pt \widehat & =\frac. \end These estimates can be non-sensically negative which is evidence that the data is either undispersed or underdispersed relative to the binomial distribution. In this case, the binomial distribution and the hypergeometric distribution are alternative candidates respectively.


Maximum likelihood estimation

While closed-form maximum likelihood estimates are impractical, given that the pdf consists of common functions (gamma function and/or Beta functions), they can be easily found via direct numerical optimization. Maximum likelihood estimates from empirical data can be computed using general methods for fitting multinomial Pólya distributions, methods for which are described in (Minka 2003). The R package VGAM through the function vglm, via maximum likelihood, facilitates the fitting of glm type models with responses distributed according to the beta-binomial distribution. There is no requirement that n is fixed throughout the observations.


Example

The following data gives the number of male children among the first 12 children of family size 13 in 6115 families taken from hospital records in 19th century Saxony (Sokal and Rohlf, p. 59 from Lindsey). The 13th child is ignored to blunt the effect of families non-randomly stopping when a desired gender is reached. The first two sample moments are :: \begin m_1 & = 6.23\\ m_2 & = 42.31 \\ n & = 12 \end and therefore the method of moments estimates are :: \begin \widehat & = 34.1350\\ \widehat & = 31.6085. \end The maximum likelihood estimates can be found numerically :: \begin \widehat\alpha_\mathrm & = 34.09558\\ \widehat\beta_\mathrm & = 31.5715 \end and the maximized log-likelihood is :: \log \mathcal = -12492.9 from which we find the
AIC AIC may refer to: Arts and entertainment * Alice in Chains, American rock band * Alice in Chains: AIC 23, a 2013 mockumentary * Anime International Company, a Japanese animation studio * Art Institute of Chicago, an art museum in Chicago Busin ...
:: \mathit=24989.74. The AIC for the competing binomial model is AIC = 25070.34 and thus we see that the beta-binomial model provides a superior fit to the data i.e. there is evidence for overdispersion. Trivers and Willard postulate a theoretical justification for heterogeneity in gender-proneness among mammalian offspring. The superior fit is evident especially among the tails


Beta-binomial in Bayesian statistics

The beta-binomial distribution plays a prominent role in the Bayesian estimation of a Bernoulli success probability p. Let \mathbf=\ be a
sample Sample or samples may refer to: Base meaning * Sample (statistics), a subset of a population – complete data set * Sample (signal), a digital discrete sample of a continuous analog signal * Sample (material), a specimen or small quantity of s ...
of independent and identically distributed Bernoulli random variables X_i \sim \text(p). Suppose, our knowledge of p, - in Bayesian fashion - is uncertain and is modeled by the prior distribution p \sim \text(\alpha,\beta). If Y_1=\sum_^ X_i then through
compounding In the field of pharmacy, compounding (performed in compounding pharmacies) is preparation of a custom formulation of a medication to fit a unique need of a patient that cannot be met with commercially available products. This may be done for me ...
, the prior predictive distribution of : Y_1 \sim \text(n_1, \alpha,\beta) . After observing Y_1 we note that the posterior distribution for p : \begin f(p, \mathbf,\alpha,\beta) & \propto \left(\prod_^ p^(1-p)^ \right)p^(1-p)^\\ & = Cp^(1-p)^ \\ & = Cp^(1-p)^ \end where C is a normalizing constant. We recognize the posterior distribution as a \mathrm(y_1+\alpha,n_1-y_1+\beta). Thus, again through compounding, we find that the
posterior predictive distribution Posterior may refer to: * Posterior (anatomy), the end of an organism opposite to its head ** Buttocks, as a euphemism * Posterior horn (disambiguation) * Posterior probability The posterior probability is a type of conditional probability that r ...
of a sum of a future sample of size n_2 of \mathrm(p) random variables is : Y_2 \sim \mathrm(n_2, y_1+\alpha, n_1-y_1+\beta) .


Generating beta binomial-distributed random variables

To draw a beta-binomial random variate X \sim \mathrm(n, \alpha,\beta) simply draw a p \sim \mathrm(\alpha,\beta) and then draw X \sim \mathrm(n,p).


Related distributions

* \mathrm(1, \alpha, \beta) \sim \mathrm(p)\, where p=\frac\,. * \mathrm(n, 1, 1) \sim U(0,n)\, where U(a,b)\, is the
discrete uniform distribution In probability theory and statistics, the discrete uniform distribution is a symmetric probability distribution wherein a finite number of values are equally likely to be observed; every one of ''n'' values has equal probability 1/''n''. Anothe ...
. * \lim_ \mathrm(n, ps, (1-p)s) \sim \mathrm(n,p)\, where p=\frac\, and s=\alpha+\beta\, and \mathrm(n,p)\, is the
binomial distribution In probability theory and statistics, the binomial distribution with parameters ''n'' and ''p'' is the discrete probability distribution of the number of successes in a sequence of ''n'' independent experiments, each asking a yes–no quest ...
. * \lim_ \mathrm(n, \alpha, n\frac) \sim \mathrm(\alpha,p)\, where \mathrm(\alpha,p)\, is the
negative binomial distribution In probability theory and statistics, the negative binomial distribution is a discrete probability distribution that models the number of failures in a sequence of independent and identically distributed Bernoulli trials before a specified (non-r ...
.


See also

* Dirichlet-multinomial distribution


References

* Minka, Thomas P. (2003)
Estimating a Dirichlet distribution
Microsoft Technical Report.


External links



* ttp://research.microsoft.com/~minka/software/fastfit/ Fastfitcontains Matlab code for fitting Beta-Binomial distributions (in the form of two-dimensional Pólya distributions) to data. * Interactive graphic
Univariate Distribution Relationships




{{DEFAULTSORT:Beta-Binomial Distribution Discrete distributions Compound probability distributions Conjugate prior distributions