If $X$ follows $\chi^2_5$, determine the constants $c$ and $d$ so that $P(c < X < d) = 0.95$ and $P(X < c) = 0.025$. $\chi^2$ is chi-squared distribution
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
the easiest way is to use R(qchisq). But I think you shoud do it yourself. Notice that chisq is the square sum of standard normal. $\chi_1^2=x^2, x \leadsto n(0,1)$. so in your case, it is $Y=\sum x_i, i=1,2,3,4,5$. where $Y$ has normal (0,5) |
||||