Confidence Interval

Constructing Confidence Intervals - Reference Guide

Quick Reference Table

Type Formula Critical Value Conditions
Mean x¯±tsn t (df = n1) n30 or normal
Proportion p^±zp^(1p^)n z np^10 and n(1p^)10
Difference in Means (x¯1x¯2)±ts12n1+s22n2 t (df = min(n11,n21)) Independent groups
Difference in Proportions (p^1p^2)±zp^1(1p^1)n1+p^2(1p^2)n2 z Independent groups, both satisfy conditions

Follow these key steps when constructing confidence intervals:

1. Identify what you're estimating

Parameter Symbol Use Case Example
Population Mean μ Quantitative variables Height, weight, scores
Population Proportion p Categorical variables Success/failure, yes/no
Difference in Parameters μ1μ2 or p1p2 Group comparisons Treatment vs. control

2. Check appropriate conditions

For Means

Condition Requirement Notes
Sample Type Random sample Essential for inference
Sample Size n30 Unless population normal
Distribution Normal if n<30 Check with Q-Q plot

For Proportions

Condition Requirement Notes
Sample Type Random sample Essential for inference
Success n×p^10 Must check BEFORE proceeding
Failure n×(1p^)10 Must check BEFORE proceeding

For Differences

Condition Requirement Notes
Independence Groups must be independent No overlap between groups
Individual Means Each group meets mean conditions Size and normality
Individual Props Each group meets proportion conditions Success and failure conditions
Degrees of Freedom Use df = min(n11,n21) for difference in means Conservative approach

3. Choose the appropriate formula

Find formula of standard error here: standard error

General Form of Confidence Interval

For any parameter θ:

Point Estimate±(Critical Value×Standard Error)
Parameter Type Point Estimate Critical Value Standard Error
Mean x¯ t sn
Proportion p^ z p^(1p^)n
Difference in Means x¯1x¯2 t s12n1+s22n2
Difference in Proportions p^1p^2 z p^1(1p^1)n1+p^2(1p^2)n2

4. Find critical value

Confidence Level z Value Use For
90% 1.645 Proportions
95% 1.96 Proportions
99% 2.576 Proportions
Any t Means (check df)

5. Calculate margin of error

Component Formula Notes
Margin of Error Critical value × Standard Error Use appropriate standard error
Standard Error From formula Standard error Depends on parameter type

6. Construct interval

Component Formula Example
Lower Bound Point estimate - Margin of Error x¯t×sn
Upper Bound Point estimate + Margin of Error x¯+t×sn

7. Interpret result

Template:

"We are [confidence level]% confident that the true [parameter] lies between [lower bound] and [upper bound]."

Component Example Notes
Confidence Level 95% Most common choice
Parameter population mean Be specific about what you measured
Bounds Numerical values from calculation Round appropriately