Let X be chi-squared with k = 5 degrees of freedom.
(a) What is P[X > 1]? (This exact calculation requires some serious integration)
(b) Find P[X > 1] with the normal approximation, i. e., approximate that probability assuming X ~ N(mu, sigma squared), where mu and sigma squared are the mean and variance of a Gamma(5/2, 1/2).
a)
using R
P(X > 1) = 0.9625658
pchisq(x,df) gives P(X < x) where X follow chi-square with degree of freedom = df
1-pchisq(1,5) [1] 0.9625658
2)
mean = df = k = 5
variance = 2*df = 2*k = 10
P(X > 1)
= 0.8970484
1-pnorm(1,5,sqrt(10)) [1] 0.8970484
Let X be chi-squared with k = 5 degrees of freedom. (a) What is P[X >...
Let Y~ xî (i.e. Y follows a chi-squared with 1 degree of freedom), let Xn = n-1/2 y - n1/2 (a) Show that Xn 4 X where X ~ N(0,2) (Hint: look up what is the mean and variance of a chi-squared distribution?) (b) n= 30. Find the exact P(Y > 43.8) using a chi-squared table. (c) Approximate P(Y > 43.8) for n = 30 using a normal approximation
suppose x is the mean of a random sample of size n=36 from the chi-squared distribution with 18 degrees of freedom. use the central limit theorem to approximate the probability P(16 < x < 20) ?
Let T have a (Student's) t distribution with 10 degrees of freedom. If P(T < k) = 0.95, what is the value of k? Let mu be the unknown mean of a Normal distribution. I take 20 observations randomly from this distribution, and want to test H0: mu = 15 vs H1: mu is not equal to 15 at the 5% level of significance. If I observe a p-value of 0.11, what decision can I make? Write mu for the...
When you observe value from a chi-squared distribution with 4 degrees of freedom, what is the probability that it is 1 or less? HINT: use the CHISQ.DIST function. a 0.09 b 0.26 c 0.71 d 0.96
Determine (a) the chi squared χ2 test statistic, (b) the degrees of freedom, (c) the critical value using α=0.05, and (d) test the hypothesis at the α=0.05 level of significance. H0: pA = pB = pC = pD = 1/4th H1: At least one of the proportions is different from the others. (a) The test statistic is __?__ . (Type an exact answer.)
9. Show that Y-Σ|-1 z? has a Chi-squared distribution with n degrees of freedom, where Z's are iid rvs from a standard normal distribution. (Prove it mathematically)
Assume X is a chi square random variable with 18 degrees of freedom, i.e, X~x^2(18). Give the mean of Variance X. Find P(16<X<22) Find the values of c and d such that P(c<X<d)=.95
(a) Let X, have a chi-squared distribution with parameter V, and let X, be independent of X, and have a chi-squared distribution with parameter vz. Show that X, + X, has a chi-squared distribution with parameter v, + V Let Y = X1 + Xy. Identify the correct expression for Fly). Fyly) = (f1 +49 (0) BM={{1*(**) 2*3)**- _jei OFW - 1 -{{49)..:@) ib) dx1 FY) = -xq12 dx + -*2/20 1²ax 2 1/2 O Fy(y) :{"(****): 19). x 22...
Q1: Match the statement to the correct choice. Number of degrees of freedom in the chi-squared test of independence in a 4 x 2 table. (a) 0 (b) 3 (c) 7 (d) 8 Q2: Determine if the following statement is true or false. If you believe that the statement is false, briefly explain why you think it is false. The chi-squared test of independence only detects linear association between variables in a contingency table. A: The statement is true....
21 (1 point) If Y X and every Xi is i.i.d with a chi-squared distribution with 14 degrees of freedom, find the MGF of Y М()- What is the distribution of Y? Select all that apply. There may be more than one correct answer. А. gатта(а - 147, 8 В. датта(а — 2, В — 294) с. датта(а — 1,8— 1/147) D. gamma(a 1, B 1/294) E. chi squared(df 294) F. еzрoпential(A — 204) G. exponential(A 147) H. chi squared(df...