
Jon S. answered 01/02/21
Patient and Knowledgeable Math and English Tutor
Question 1:
Compute the mean (MEAN1, MEAN2) and standard deviation (SD1, SD2) for both samples of size (N1, N2).
Ho: means are equal
Ha: means are not equal
this is to be evaluated by a two sided t-test.
calculated t statistic (tcalc) = (mean1 - mean2)/sqrt(SD1^2/N1 + SD^2/N2)
the degrees of freedom is min(N1-1,N2-1) = 7
critical value (tcrit) for test is t score for 0.025 tail probability and 7 DOF = 2.365
if |tcalc| > tcrit, then reject Ho.
95% CI is (M1 - M2) +/- tcrit * sqrt(SD1^2/N1 + SD^2/N2)
Question 2:
Find the mean (MEAN) and standard deviation (SD) of the data.
Standard error (SE) is the standard deviation/sqrt(sample size)
the degrees of freedom for the single same = 5 - 1 = 4
critical value (tcrit) for test is t score for 0.025 tail probability and 4 DOF = 2.776
95% CI is MEAN +/- tcrit * SE
Since the minimum period is 2.1 the data would appear to support that the period is increased.
Ho: mean = 2.1
Ha: mean > 2.1
this is a one-sided (right tail) test
t-calc = (MEAN - 2.1)/SE
critical value (tcrit) for test is t score for 0.05 tail probability and 4 DOF = 2.132
if |tcalc| > tcrit, then reject Ho