Here is the cdf of an absolutely continuous random variable \(X\):
\[ F(x;\,\alpha,\,\theta) = \begin{cases} 1-\left(\frac{\theta}{x + \theta}\right)^\alpha & x >0 \\ 0 & \text{else}. \end{cases} \]
The parameters \(\alpha\) and \(\theta\) are just positive constants.
- Find the pdf of \(X\) and plot it for \(\alpha=1,\, 2,\, 3\) and \(\theta = 1\);
- Compute the median of \(X\);
- Compute \(E(X)\). Is it finite for all values of the parameters?
- Compute \(\textrm{var}(X)\). Is it finite for all values of the parameters?
- Fix \((\alpha,\,\theta) = (3,\, 100)\) and compute \(P(X > 75\,|\, X > 50)\).
Tip
On Problem Set 5 you met some cute alternatives for computing expected values, and they may be helpful here.