A continuous random variable is said to have a $Beta(a,b)$ distribution if its density is given by
$f(x) = (1 / \text{B}(a,b))x^{a-1} (1-x)^{b-1}$ if $0 < x < 1$
Find mean , var, mode if $a = 3, b = 5.$
This is throwing me off with the beta distribution. I'm not sure if it changes the way i solve for the mean, var , mode.
My approach is that since mean of a continuous random variable which is basically the Expected value of X (EX), so we can just do $\int x * f(x) dx$. We can find $ f(x) = (105) x^{2} (1-x)^{4} $ and then $\int x *f(x) dx = 1/105 \int_{0}^{1} x^3 * (1-x)^4 dx = 105 * \beta(4,5) = 105 * ((6*24 )/ 40320)$
Answer
Your method is OK, but you have the wrong constant term; your density function does not integrate to 1 over $(0,1).$ Look at Wikipedia
for 'beta distribution'. You should get $E(X) = \alpha/(\alpha + \beta) = 3/8.$
The mode is the value of $x$ (here $x = 1/3$) at at which $f(x)$ achieves its maximum in $(0,1).$ You can find it using
differential calculus.
The figure below shows the density function of this distribution. The mean
is at the solid red line and the mode is at the dotted green line.
No comments:
Post a Comment