Confidence Intervals

Contents

Objective  Basic Principles  Examples 

^ Learning Objectives

The Central Limit Theorem module targets the following cognitive tasks:

Task        Skills Concepts
CI-1: Understand the nature of a point estimate
CI-2: Understand the nature of an interval estimate
CI-3: Understand the difference between a point and an interval estimate
CI-4: Understand the general form of a confidence interval
CI-5: Understand the meaning of confidence level
CI-6: Understand ''confidence'' in the context of replication
CI-7: Understand how the sample size affects the width of a confidence interval
CI-8: Understand how the variation in the data affects the width of a confidence interval
CI-9: Understand how the confidence level affects the width of a confidence interval
CI-10: Understand that the value of the sample mean (or mu) has no effect on the width of the confidence interval
CI-11: Understand that the value of the sample mean has an effect on the location of the confidence interval

^ Basic Principles

The sample mean is a point estimate of the population mean, i.e., it is a single value which we use to represent the population mean. However, the sample mean varies in repeated samples from the population and thus we need to assess (probabilistically) how close the sample mean is to the population mean.

The Confidence Interval applet below illustrates how the CI width depends on various factors. The user has animation controls to change the values of the population mean, population standard deviation, the sample size, and the level of confidence.

The display has 100 horizontal lines representing the computed confidence intervals from m = 100 samples, each of size n (m is used to represent the simulation size, whereas n represents the number of observations in each trial). Each interval is computed as: sample mean ± t x se, where t is the 1 - (alpha/2) quantile of a t distribution with n-1 degrees of freedom and se is the standard error (i.e, s/sqrt(n)). The lengths of the confidence intervals vary since they are based on randomly selected samples (from the same normal parent distribution). Thus the sample mean and standard deviation vary (but not the t value). The confidence intervals enclosing the true population mean (denoted as a red vertical line) are drawn in blue, whereas the intervals not containing the population mean are drawn in yellow.

^ Examples

Example #1 (Cholesterol)

Example #2 (Speed Of Light)

Self-test