
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: As degrees of freedom increase, the chi-square approaches a lognormal distribution and the F distribution approaches a gamma distribution
## Explanation This question asks which statement about chi-square and F distributions is NOT true. **Analysis of each option:** **Option A:** ✓ **TRUE** - The chi-square distribution is indeed used to test hypotheses about population variance. Given a sample variance, we can test whether the true population variance differs from a specified value using the chi-square test. **Option B:** ✗ **FALSE** - This is the correct answer. As degrees of freedom increase: - The chi-square distribution approaches a **normal distribution**, not a lognormal distribution - The F distribution approaches a **normal distribution**, not a gamma distribution **Option C:** ✓ **TRUE** - The F distribution is used in multiple regression analysis to test the joint significance of all regression coefficients (except the intercept). This tests whether the overall regression model is significant. **Option D:** ✓ **TRUE** - There is indeed a mathematical relationship between the F-statistic and R² in multiple regression. The formula is: F = [(R²/k) / ((1-R²)/(n-k-1))], where k is the number of independent variables and n is the sample size. **Key Points:** - Chi-square distribution approaches normal distribution as df → ∞ - F distribution approaches normal distribution as both numerator and denominator df → ∞ - Lognormal and gamma distributions are different families of distributions that don't serve as limiting distributions for chi-square and F distributions
Author: LeetQuiz .
No comments yet.
Each of the following is true about the chi-square and F distributions EXCEPT:
A
The chi-square distribution is used to test a hypothesis about a sample variance; i.e., given an observed sample variance, is the true population variance different than a specified value?
B
As degrees of freedom increase, the chi-square approaches a lognormal distribution and the F distribution approaches a gamma distribution
C
The F distribution is used to test the joint hypothesis that the partial slope coefficients in a multiple regression are significant; i.e., is the overall multiple regression significant?
D
Given a computed F ratio, where F ratio = (ESS/df)/(SSR/df), and sample size (n), we can compute the coefficient of determination (R^2) in a multiple regression with (k) independent variables (regressors)