Respuesta :
Answer:
H0: [tex] \sigma^2_1 \leq \sigma^2_2[/tex]
H1: [tex] \sigma^2_1 >\sigma^2_2[/tex]
[tex]F=\frac{s^2_1}{s^2_2}=\frac{3.9^2}{3.5^2}=1.242[/tex]
[tex]p_v =P(F_{9,7}>1.242)=0.396[/tex]
Since the [tex]p_v > \alpha[/tex] we have enough evidence to FAIL to reject the null hypothesis. And we can say that we don't have enough evidence to conclude that the variation for the oil stocks it's greater than the variation for the utility stocks at 5% of significance.
Step-by-step explanation:
Data given and notation
[tex]n_1 = 10 [/tex] represent the sampe size for the oil stocks
[tex]n_2 =8[/tex] represent the sample size for the utility stocks
[tex]\bar X_1 =12.6[/tex] represent the sample mean for the oil stocks
[tex]\bar X_2 =10.9[/tex] represent the sample mean for the utility stocks
[tex]s_1 = 3.9[/tex] represent the sample deviation for the oil stocks
[tex]s^2_1 = 15.21[/tex] represent the sample variance for the oil stocks
[tex]s_2 = 3.5[/tex] represent the sample deviation for the utility stocks
[tex]s^2_2 = 12.25[/tex] represent the sample variance for the utility stocks
[tex]\alpha=0.05[/tex] represent the significance level provided
Confidence =0.95 or 95%
F test is a statistical test that uses a F Statistic to compare two population variances, with the sample deviations s1 and s2. The F statistic is always positive number since the variance it's always higher than 0. The statistic is given by:
[tex]F=\frac{s^2_1}{s^2_2}[/tex]
Solution to the problem
System of hypothesis
We want to test if the variation for oil stocks it's higher than the variation for utility stocks, so the system of hypothesis are:
H0: [tex] \sigma^2_1 \leq \sigma^2_2[/tex]
H1: [tex] \sigma^2_1 >\sigma^2_2[/tex]
Calculate the statistic
Now we can calculate the statistic like this:
[tex]F=\frac{s^2_1}{s^2_2}=\frac{3.9^2}{3.5^2}=1.242[/tex]
Now we can calculate the p value but first we need to calculate the degrees of freedom for the statistic. For the numerator we have [tex]n_1 -1 =10-1=9[/tex] and for the denominator we have [tex]n_2 -1 =8-1=7[/tex] and the F statistic have 9 degrees of freedom for the numerator and 7 for the denominator. And the P value is given by:
P value
[tex]p_v =P(F_{9,7}>1.242)=0.396[/tex]
And we can use the following excel code to find the p value:"=1-F.DIST(1.242;9;7;TRUE)"
Conclusion
Since the [tex]p_v > \alpha[/tex] we have enough evidence to FAIL to reject the null hypothesis. And we can say that we don't have enough evidence to conclude that the variation for the oil stocks it's greater than the variation for the utility stocks at 5% of significance.