Parameters: with and both shape parameters.
for , where
,
,
.
We write .
A proof that is given in the appendix.
Usage: The family of Beta distributions constitutes a flexible class of distributions on used for modelling. The Beta distribution is the uniform distribution on .
Prove that if that using the unit integrability property of the pdf.
Solution.
using the recurrence relations .
Unnumbered Figure: First link, Second Link
Unnumbered Figure: First link, Second Link
Express the probability that a rv is less than as an integral. Evaluate the integral and verify your answer by simulation. Verify by simulation that the expected value of is about .
Solution.
for and since ,
so
xsample = rbeta(10000,2,3); mean(xsample<0.5)
[1] 0.6837
mean(xsample)
[1] 0.401731
Note that .