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 > Continuous Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Continuous Statistical Distributions >

BetaDistribution

BetaDistribution[Alpha, Beta]
represents a continuous beta distribution with shape parameters Alpha and Beta.
  • The probability density for value x in a beta distribution is proportional to x^(alpha-1)(1-x)^(beta-1)for 0<x<1, and is zero for x<0 or x>1. »
The mean and variance of a beta distribution:
The probability density function depends on the beta function:
The mean and variance of a beta distribution:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
The probability density function depends on the beta function:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Generate a set of pseudorandom numbers that are beta distributed:
Properties based on higher-order moments:
Third moment of a beta distribution:
The 0.75 quantile of a beta distribution with Alpha=5 and Beta=2:
Plot the cumulative distribution function of the random variable:
A contour plot as both x and Beta are varied:
The probability density function integrates to unity:
Moments can be obtained from the characteristic function:
BetaDistribution[1, 1] is equivalent to UniformDistribution[{0, 1}]:
BetaDistribution is not defined when either Alpha or Beta is not a positive real number:
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