A Test for the Variance of the Normal Distribution Flashcards
What is the null and alternative hypothesis in a left-tailed variance test?
H₀: σ² ≥ σ₀², H₁: σ² < σ₀²
What is the test statistic for testing variance of a normal distribution?
T = (n−1)S² / σ², which follows a χ² distribution with (n−1) degrees of freedom.
What is the rejection region for a left-tailed test of variance?
Reject H₀ if S² < c, where c is based on the critical value from the χ² distribution.
How is the critical value c computed in a left-tailed test?
c = (σ₀² / (n−1)) * χ²₁₋α,(n−1)
What distribution does (n−1)S² / σ² follow under H₀?
χ² distribution with (n−1) degrees of freedom.
How do you calculate sample variance S²?
S² = (1 / (n−1)) * Σ(Xᵢ − X̄)²
What R command is used to calculate sample variance?
var(x) or ((sum(x^2)-(sum(x)^2)/n)/(n-1))
In the nozzle example, what was the conclusion at α = 0.04?
Fail to reject H₀. No sufficient evidence that σ² > 0.01.
What is the rejection region for a right-tailed test of variance?
Reject H₀ if S² > c, where c = (σ₀² / (n−1)) * χ²α,(n−1)
Why do we maximize P(S² < c) over σ² ≥ σ₀² in left-tailed test?
Because P(S² < c) decreases as σ² increases, the maximum occurs at σ² = σ₀².