Mogarrr said:
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.
I cannot follow your argument. You need two different ##S^2## random variables---one for ##\chi^2_p## and a different one for ##\chi^2_q##. Basically, though, you need to know what ##\chi^2##
really is, in simple, intuitive terms: if ##Y_r## has the distribution ##\chi^2_r## then
Y_r = Z_1^2 + Z_2^2 + \cdots + Z_r^2,
where ##Z_1, Z_2, \ldots, Z_r## are iid standard normal random variables.
When looking at stochastic ordering, you are entitled to use a common sample space ##\Omega##, since all that matters is how the distribution functions compare (not, for example, whether the two random variables are independent, or not). We can always "construct" a sample space such that the iid N(0,1) random variables ##Z_1, Z_2, \ldots, Z_p## are functions over ##\Omega## (so their values "observed" on a sample point ##\omega \in \Omega##) are ##Z_1(\omega), Z_2(\omega), \ldots, Z_p(\omega)##. Then
Y_q(\omega) = \sum_{j=1}^q Z_j(\omega)^2 \; \text{and} \;Y_p(\omega) = \sum_{j=1}^p Z_j(\omega)^2
For ##q < p##, what does that tell you?