Mogarrr
- 120
- 6
Homework Statement
Prove that the X^2 distribution is stochastically increasing in its degrees of freedom; that is if p>q, then for any a, P(X^2_{p} > a) \geq P(X^2_{q} > a), with strict inequality for some a.
Homework Equations
1.(n-1)S^2/\sigma^2 \sim X^2_{n-1}
2.The Chi squared(p) pdf is
f(x|p)= \frac 1{\Gamma(p/2) 2^{p/2}}x^{(p/2) - 1}e^{-x/2}
The Attempt at a Solution
Since p>q, this implies \forall a, \frac{\sigma^2 a}{p}< \frac{\sigma^2 a}{q}.
Also, X^2_{k} \sim kS^2/\sigma^2.
Therefore \forall a, P(X^2_{p}>a) = P(S^2 > \sigma^2 a/p) \geq P(S^2 > \sigma^2 a/q) = P(X^2_{q}>a).
If a>0, we observe strict inequality, as the support of S^2 is [0,\infty)...
What do you think? If I am going in the wrong direction, please steer me in the right one.