Beta Distribution
Modeling probabilities, percentages, and proportions.
The Beta distribution is a continuous probability distribution defined on the interval [0, 1]. This makes it perfectly suited for modeling random variables that represent probabilities or proportions.
In quantitative finance, it's a powerful tool in Bayesian inference and risk modeling. For example, a credit analyst might use it to model the recovery rate on a defaulted loan (which must be between 0% and 100%). A trading strategist could use it to represent the probability of a particular signal being profitable.
Core Concepts
- is the variable (a probability, between 0 and 1).
- and can be thought of as counts of "successes" and "failures".
- is the Beta function, which acts as a normalizing constant.
This function is computationally complex and is almost always calculated using statistical software.
Expected Value (Mean)
Variance
Key Derivations
Step 1: Set up the Integral for E[X]
The expected value is the integral of times the PDF.
Step 2: Simplify the Integral
Combine the terms and move the constant Beta function outside.
Step 3: Recognize the New Integral
The new integral looks very similar to the definition of a Beta function itself. It is exactly equal to .
Step 4: Expand Using the Gamma Function
Now, we use the definition of the Beta function in terms of the Gamma function: .
This simplifies to:
Step 5: Apply the Gamma Function Property
Using the property , we have:
Substituting these in:
After canceling terms, we get our final result.