Mathematica 8 is now available

Documentation / CalculationCenter / Functions / Lists & Matrices / Statistics /

BetaDistribution

FilledSmallSquare BetaDistribution[ Alpha, Beta] gives the continuous beta distribution with shape parameters Alpha and Beta.

FilledSmallSquare When and have independent gamma distributions with equal scale parameters, the random variable follows the beta distribution BetaDistribution[ Alpha, Beta], where and are the shape parameters of the gamma variables.

FilledSmallSquare See also: Mean, StandardDeviation, Variance, CDF, PDF.

Examples

Using InstantCalculators

Here are the InstantCalculators for the BetaDistribution function. Enter the parameters for your calculation and click Calculate to see the result.

This generates a set of random numbers that follow the continuous beta distribution.

In[1]:=

Out[1]:=

This gives the probability density function for the continuous beta distribution.

In[2]:=

Out[2]:=

This gives the cumulative distribution function for the continuous beta distribution.

In[3]:=

Out[3]:=

Entering Commands Directly

You can paste a template for this command via the Text Input button on the BetaDistribution Function Controller.

This generates a set of random numbers that follow the continuous beta distribution.

In[4]:=

Out[4]:=

This gives the probability density function for the continuous beta distribution.

In[5]:=

Out[5]:=

This gives the cumulative distribution function for the continuous beta distribution.

In[6]:=

Out[6]:=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.