


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These pages demonstrate the Excel functions that can be used to calculate confidence intervals. • Chapter 7.2 - Estimating a Population Mean (σ known).
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



These pages demonstrate the Excel functions that can be used to calculate confidence intervals.
Here, Excel can calculate the critical value (zα/ 2 ) and/or the margin of error (E) defined by
E = zα/ 2
σ √ n
This uses the NORM.S.INV and/or the CONFIDENCE.NORM functions.
Here, Excel can calculate the critical value (zα/ 2 ) used in the margin of error defined by
E = zα/ 2
√ p ˆ qˆ
n
This uses the NORM.S.INV function.
You must then complete the calculations to get the margin of error (E).
Here, Excel can calculate the critical value (tα/ 2 ) and/or the margin of error (E) defined by
E = tα/ 2
s √ n
This uses the T.INV and/or the CONFIDENCE.T functions.
Here, Excel can calculate the critical value (zα/ 2 ) and/or the margin of error (E) defined by
E = zα/ 2
σ √ n
∗ If the confidence level is 90% then α = 1 − .90 = 0.10.
∗ If the confidence level is 95% then α = 1 − .95 = 0.05.
∗ If the confidence level is 99% then α = 1 − .99 = 0.005.
Here we use the NORM.S.INV function.
NORM.S.INV stands for the inverse of the standard normal distribution (z-distribution).
General Usage: NORM.S.INV(area to the left of the critical value)
Specific Usage: zα/ 2 = NORM.S.INV (1 − α/2)
Example: If you want zα/ 2 for a 95% confidence interval, use
zα/ 2 = NORM.S.INV(0.975) = 1.
Here we use the CONFIDENCE.NORM function.
CONFIDENCE.NORM stands for the confidence interval from a normal distribution.
Usage: CONFIDENCE.NORM(α, σ, n)
Example: If you want a 95% confidence interval for a mean when the population standard deviation
is 10.2 from a sample of size 35, the margin of error would be
Here, Excel can calculate the critical value (tα/ 2 ) and/or the margin of error (E) defined by
E = tα/ 2
s √ n
∗ If the confidence level is 90% then α = 1 − .90 = 0.10.
∗ If the confidence level is 95% then α = 1 − .95 = 0.05.
∗ If the confidence level is 99% then α = 1 − .99 = 0.005.
Here we use the T.INV function.
T.INV stands for the inverse of the t-distribution.
General Usage: T.INV(area left of critical value, degrees of freedom)
Specific Usage: tα/ 2 = T.INV (1-α/ 2 , df)
Example: If you want tα/ 2 for a 95% confidence interval based in a sample of size 20, use
tα/ 2 = T.INV(0.975, 19) = 2.
Here we use the CONFIDENCE.T function.
CONFIDENCE.T stands for the confidence interval from a t-distribution.
Usage: CONFIDENCE.T(α, s, n)
Example: If you want a 95% confidence interval for a mean with a sample standard deviation of 10.
from a sample of size 35, the margin of error would be