Statistics for Beginners in Excel – Confidence Intervals for Sampling Distributions

(Basic Statistics for Citizen Data Scientist)

Confidence Intervals for Sampling Distributions

Suppose we take a sample of size n from a normal population N(μ, σ) and ask whether the sample mean differs significantly from the overall population mean. As we have seen in Single Sample Hypothesis Testing

image414

The exact point of rejection (at the right tail), zcrit, has value

Critical value right

And so
image416image417

In the two-tailed case, we have two critical values: +zcrit and –zcrit, and so we have

image420

Definition 1: The confidence interval is the interval

Confidence interval

i.e. the interval
image5025

where zcrit is the critical value of z on the right tail, i.e. where zcrit> 0.

The term zcrit∙ std err is the called the margin of error. This term depends on the value of zcrit which in turn depends on the value of α, and so we refer to this interval as the 1 – α % confidence interval, since we are 1 – α % confident that the population mean will occur in this interval.

Example 1: Find the confidence interval for Example 2 (two-tailed case) of Single Sample Hypothesis Testing.

As we have seen, the mean of the sample is 75 and the standard error is 2.58 (based on a sample of size 60). From Definition 1, the confidence interval is given by

image420

And so we consider the 95% confidence interval to be (75 – 5.06, 75 + 5.06) = (69.94, 80.06).

If the null hypothesis is true, we are 95% confident that the population mean will be in this interval. Since indeed the population mean, 80, is within the interval, we retain the null hypothesis.

Example 2: Find the confidence interval for Example 2 (two-tailed case) of Single Sample Hypothesis Testing.

This time the sample size is larger (n = 100) and so the standard error is smaller (s.e. = 2.0) and so the confidence interval is also smaller:

Thus, the 95% confidence interval is (75 – 3.92, 75 + 3.92) = (71.08, 78.92). Since the population mean, 80, is outside the interval, we reject the null hypothesis.

 

Statistics for Beginners in Excel – Sampling Distributions

 

Statistics for Beginners in Excel – Confidence Intervals for Sampling Distributions

Personal Career & Learning Guide for Data Analyst, Data Engineer and Data Scientist

Applied Machine Learning & Data Science Projects and Coding Recipes for Beginners

A list of FREE programming examples together with eTutorials & eBooks @ SETScholars

95% Discount on “Projects & Recipes, tutorials, ebooks”

Projects and Coding Recipes, eTutorials and eBooks: The best All-in-One resources for Data Analyst, Data Scientist, Machine Learning Engineer and Software Developer

Topics included: Classification, Clustering, Regression, Forecasting, Algorithms, Data Structures, Data Analytics & Data Science, Deep Learning, Machine Learning, Programming Languages and Software Tools & Packages.
(Discount is valid for limited time only)

Disclaimer: The information and code presented within this recipe/tutorial is only for educational and coaching purposes for beginners and developers. Anyone can practice and apply the recipe/tutorial presented here, but the reader is taking full responsibility for his/her actions. The author (content curator) of this recipe (code / program) has made every effort to ensure the accuracy of the information was correct at time of publication. The author (content curator) does not assume and hereby disclaims any liability to any party for any loss, damage, or disruption caused by errors or omissions, whether such errors or omissions result from accident, negligence, or any other cause. The information presented here could also be found in public knowledge domains.

Learn by Coding: v-Tutorials on Applied Machine Learning and Data Science for Beginners

Please do not waste your valuable time by watching videos, rather use end-to-end (Python and R) recipes from Professional Data Scientists to practice coding, and land the most demandable jobs in the fields of Predictive analytics & AI (Machine Learning and Data Science).

The objective is to guide the developers & analysts to “Learn how to Code” for Applied AI using end-to-end coding solutions, and unlock the world of opportunities!