Quiz 3 Flashcards
How do you calculate standard error of the proportion?
- Calculate the proportion
- SEP = SQRT(P*(1-P)/N)
How do you calculate standard error of the mean?
- SEM = S/SQRT(N)
Where S = sample standard deviation
How do you calculate margin of error for the mean?
T.test*Std.Dev/SQRT(N)
How do you calculate margin of error for the proportion?
MEP = Z(SEP)
Where = SEP = SQRT(P(1-P)/N)
What is the Z-score formula and T-test formula?
Z-score = norm.s.inv=(1-alpha/2)
T-test = t.inv.2t=(alpha,df)
Test Stat Formula for Hypothesized Mean
=(Sample mean - hypothesized mean) / Sample Std / SQRT(N)
or Sample Mean - Hypothesized Mean / Standard Error
P-Value Formula by Test
Lower Tail: T.Dist = (Test, df, true)
Upper Tail: 1-T.Dist = (Test, df, true)
Two-tail: T.Dist.Dt = (ABS(Test), df)
Steps to calculate confidence interval of Mean
- Average
- Std.Dev
- Count
- Alpha
- T-test = t.inv.2t(alpha,df)
- Standard error of mean = Std.dev/SQRT(n)
- Margin of error for mean = SE*T-test
- Upper and lower limit = average +- ME
Steps to calculate confidence interval of proportion
- Proportion
- Z-score = norm.s.inv(1-alpha/2)
- Standard error of proportion = SQRT(P*(1-P)/N)
- Margin of error of proportion = Z-score*SE
- Upper and lower limit = Proportion +- ME