SlideShare a Scribd company logo
3
Most read
4
Most read
6
Most read
Statistical Inference
Week 3: Hypothesis Testing and t-tests
Central Limit Theorem
 What is the mean height (𝜇) of all primary school children in Singapore?
Sample =
Anderson Primary
Population = All
primary school
children in SG
Sample = Damai
Primary
Sample = Red
Swastika Primary
Sample =
Zhenghua Primary
𝒙 𝑨𝒏𝒅𝒆𝒓𝒔𝒐𝒏 𝑷𝒓𝒊𝒎𝒂𝒓𝒚 = Mean height of
100 children from Anderson Primary
𝒙 𝑫𝒂𝒎𝒂𝒊 𝑷𝒓𝒊𝒎𝒂𝒓𝒚 = Mean height of 100
children from Damai Primary
𝒙 𝑹𝒆𝒅 𝑺𝒘𝒂𝒔𝒕𝒊𝒌𝒂 = Mean height of 100
children from Red Swastika Primary
𝒙 𝒁𝒉𝒆𝒏𝒈𝒉𝒖𝒂 𝑷𝒓𝒊𝒎𝒂𝒓𝒚= Mean height of 100
children from Zhenghua Primary
𝐷𝑖𝑠𝑡𝑟𝑖𝑏𝑢𝑡𝑖𝑜𝑛 𝑜𝑓 𝑚𝑒𝑎𝑛 ℎ𝑒𝑖𝑔ℎ𝑡 ~ 𝑁(𝑚𝑒𝑎𝑛 = 𝜇, 𝑠𝑡𝑎𝑛𝑑𝑎𝑟𝑑 𝑒𝑟𝑟𝑜𝑟 =
𝜎
100
)
…
…
…
From the sampling
distribution:
 Mean( 𝑥) ≈ 𝜇
 SD( 𝑥) < 𝜎
− As sample size
increases, SD
decreases
Central Limit Theorem (CLT)
 The distribution of sample statistics (e.g., mean) is approximately
normal, regardless of the underlying distribution, with mean =
𝜇 and variance =
𝜎2
𝑁
𝒙 ~ 𝑵(𝒎𝒆𝒂𝒏 = 𝝁, 𝒔𝒕𝒂𝒏𝒅𝒂𝒓𝒅 𝒆𝒓𝒓𝒐𝒓 =
𝝈
𝒏
)
 Further experimentation: http://bitly.com/clt_mean
Distribution is
normal
Sample mean =
population mean
Sample sd = population
sd divided by square root
of sample size
Applet source: Mine Çetinkaya-Rundel, Duke University
Conditions for CLT
 Independence: Sampled observations must be independent:
− Random sample/assignment
− If sampling without replacement, n < 10% of population
 Sample Size/Skew:
− Population should be normal
− If not, sample size should be large (rule of thumb: n > 30)
Confidence Interval
 An interval estimate of a
population parameter
− Computed as sample mean +/- a
margin of error
𝑥 ± 𝑧 × 𝑆𝐸, where SE =
𝑠
𝑛
− 95% confidence interval would
contain 95% of all values and would
be 𝑥 ± 2𝑆𝐸 or 𝑥 ± 1.96 ×
𝑠
𝑛
𝑪𝑳𝑻: 𝒙 ~ 𝑵(𝒎𝒆𝒂𝒏 = 𝝁, 𝒔𝒕𝒂𝒏𝒅𝒂𝒓𝒅 𝒆𝒓𝒓𝒐𝒓 =
𝝈
𝒏
)
Confidence Interval
 You have taken a random sample of 100 primary school children in
Singapore. Their heights had mean = 150cm and sd = 10cm.
Estimate the true average height of primary school children based on
this sample using a 95% confidence interval.
 We are 95% confident that primary school children mean height is
between 148.04cm and 151.96cm
Confidence Interval: 𝑥 ± 𝑧 × 𝑆𝐸
𝑛 = 100
𝑥 = 150
𝑠𝑑 = 10
𝑆𝐸 =
𝑠𝑑
𝑛
=
10
100
= 1
𝑥 ± 𝑧 × 𝑆𝐸 = 150 ± 1.96 × 1
= 150 ± 1.96
= (148.04, 151.96)
Required sample size for margin of error
 Given a target margin of error and confidence level, and information
on the standard deviation of sample (or population), we can work
backwards to determine the required sample size.
 Previous measurements of primary school children heights show sd =
15cm. What should be the sample size in order to get a 95%
confidence interval with a margin of error less than or equal 1cm?
Margin of error: ≤ 1𝑐𝑚
Confidence level: 95%
𝑧 = 1.96
𝑠𝑑 = 15
𝑀𝐸 = 𝑧 × 𝑆𝐸
1 = 1.96 ×
15
𝑛
𝑛 = (
1.96 × 15
1
)2
𝑛 = (29.4)2 = 864.36
Thus, we need a sample size of at
least 865 primary school children
Hypothesis Testing
 Null hypothesis 𝐻0
− The status quo that is assumed to be true
 Alternative hypothesis (𝐻 𝑎)
− An alternative claim under consideration that will require statistical
evidence to accept, and thus, reject the null hypothesis
 We will consider 𝐻0 to be true and accept it unless the evidence
in favour of 𝐻 𝑎 is so strong that we reject 𝐻0 in favour of 𝐻 𝑎.
Hypothesis Testing
 Earlier, we found the sample of 100 primary school children had
mean height = 150cm and sd = 10cm. Based on this statistic,
does the data support the hypothesis that primary school children
on average are shorter than 151cm?
𝐻0: μ = 151 #primary school students have mean height = 151
𝐻 𝑎: 𝜇 < 151 #primary school students have mean height < 151
P-value
 Probability of obtaining the observed result or results that are
more “extreme”, given that the null hypothesis is true
− P(observed or more extreme outcome | 𝐻0 is true)
− If the p-value is low (i.e., lower than the significance level (𝛼), usually 5%),
then we say that it is very unlikely to observe the data if the null
hypothesis was true, and reject 𝐻0
− If the p-value is high (i.e., higher than 𝛼), we say that it is likely to observe
the data even if the null hypothesis was true, and thus do not reject 𝐻0
Hypothesis Testing and P-value
 Recall that the sample of 100 primary school children had mean
height = 150cm and sd = 10cm. Also take sig. level = 0.05
𝑥 = 150cm; sd = 10cm; SE =
10
100
= 1 #what we know from the sample
𝑋 ~𝑁(𝜇 = 151, 𝑆𝐸 = 1) #null hypothesis of the population
Test Statistic:
𝑍 =
150 − 151
1
= −1
P-value:
𝑃 𝑍 < −1 = 1 − 0.8413
= 0.1587
Since p-value is higher than 0.05,
we do not reject 𝐻0
𝜇 = 151150
0.1587
Hypothesis Testing and P-value
 Interpreting p-value
− If in fact, primary school children have mean height of 151cm, there is a
15.9% chance that a random sample of 100 children would yield a sample
mean of 150cm or lower
− This is a pretty high probability
− Thus, the sample mean of 150 could have
likely occurred by chance
Two-sided Hypothesis Testing
 What is the probability that the children have mean height different
from 151cm?
𝐻0: μ = 151 #primary school students have mean height = 151
𝐻 𝑎: 𝜇 ≠ 151 #primary school students have mean height ≠ 151
P-value:
𝑃 𝑍 < −1 + 𝑃 𝑍 > 1
= 2 × 1 − 0.8413
= 0.3174
𝜇 = 151150
0.1587 0.1587
152
Hypothesis Testing and Confidence Intervals
 If the confidence interval contains the null value, don’t reject 𝐻0. If
the confidence interval does not contain the null value, reject 𝐻0.
− Previously, we found the 95% confidence interval for heights of primary
school children to be (148, 152). Given that our null hypothesis(𝐻0 =
151cm) falls within this 95% CI, we do not reject it.
 A two-sided hypothesis with significance level 𝛼 is equivalent to a confidence
interval with 𝐶𝐿 = 1 − 𝛼
 A one-sided hypothesis with a significance level 𝛼 is equivalent to a
confidence interval with 𝐶𝐿 = 1 − 2𝛼
148 cm 152 cm
95% confident that the average
height is between 148 and 152 cm
Decision Errors
 Which error is worse to commit (in a research/business context)?
− Type II: Declaring the defendant innocent when they are actually guilty
− Type I: Declaring the defendant guilty when they are actually innocent
“Better that ten guilty persons escape than that one innocent suffer”
- William Blackstone
Fail to reject 𝐻0 Reject 𝐻0
𝐻0 is True  Type I error
𝐻0 is False Type II error 
Type I Error rate
 We reject 𝐻0 when the p-value is less than 0.05 (𝛼=0.05)
− I.e., Should 𝐻0 actually be true, we do not want to incorrectly reject it
more than 5% of the time
− Thus, using a 0.05 significance level is equivalent to having a 5% chance
of making a Type I error
 Choosing significance levels
− If Type I Error is costly, we choose a lower significance level (e.g., 0.01)
− E.g., spam filtering
− If Type II Error is costly, we choose a higher significance level (e.g., 0.10)
− E.g., airport baggage screening
Fail to reject 𝐻0 Reject 𝐻0
𝐻0 is True  Type I error (𝛼)
𝐻0 is False Type II error (𝛽) 
Student’s t Distribution
 According to CLT, the distribution of sample statistics is
approximately normal, if:
− Population is normal
− Sample size is large (n > 30)
 If so, we can use the population sd (𝜎) to compute a z-score
 However, sample sizes are sometimes small and we often do not
know the standard deviation of the population (𝜎)
− Thus, the normal distribution may not be appropriate
 Thus, we rely on the t distribution
Shape of the t distribution
 Bell shaped but thicker tails than the normal
− Thus, observations are more likely to fall beyond 2sd from the mean
− The thicker tails are helpful in adjusting for the less reliable data on the
standard deviation (when n is small and/or 𝜎 is unknown)
Shape of the t distribution
 Has one parameter, degrees of freedom (df), which determines
the thickness of the tails
− df refers to the number of independent observations in data set
− Number of independent observations = sample size minus 1
− E.g., in a sample size of 8, there are (8-1) degrees of freedom
 What happens to the shape of the
t distribution when df increases?
− It approaches the normal distribution
When to use the t distribution
 In general, we use the t distribution when:
− N is small (n < 30) and/or;
− 𝜎 is unknown
 However, nowadays, our sample sizes are usually above 30
− Thus, why bother with the t distribution?
− Because 95% of the world prefers the t distribution to the normal and
you’ll definitely encounter it eventually
− If you’re unsure, use the t distribution since it approximates to the normal
distribution with large sample sizes
Independent and Dependent t-tests
 When to use independent and dependent t-tests?
− Dependent: when evaluating the effect between two related samples
− You feed a group of 100 people fast food everyday
− Did they gain weight after 30 days?
− Independent: when evaluating the effect between two independent samples
− You feed 50 males and 50 females fast food everyday
− Did males or females gain more weight after 30 days?
 You conduct a study with two groups and have them exercise three
times a day for 30 days (group A = crossfit, group B = yoga).
− How would you test the difference between crossfit and yoga participants?
− How would you test the difference in weight between day 0 and day 30 for
yoga participants?
Effect Size
 When samples become large enough, you often get significant results
− However, is it practically significant?
 Effect size is a simple way to quantify difference between two groups
− Emphasizes the size of the difference (without effect of sample size)
− Cohen’s d is one of the most common ways to measure effect size
Effect size:
Proper calculation for 𝑆𝐷 𝑝𝑜𝑜𝑙𝑒𝑑:
Simple calculation for 𝑆𝐷 𝑝𝑜𝑜𝑙𝑒𝑑:
Time for practice
 In this lab session we will cover:
− Independent t-tests
− Dependent (paired) t-tests
− Effect size (Cohen’s d)
 GitHub repository: https://github.com/eugeneyan/Statistical-Inference
Thank you for your attention!
Eugene Yan

More Related Content

PPT
Estimation and hypothesis testing 1 (graduate statistics2)
PPTX
Descriptive statistics
PPT
PPT
Lecture2 hypothesis testing
PPTX
Statistical inference
PPTX
PPTX
Confidence interval
PPTX
Statistical inference concept, procedure of hypothesis testing
Estimation and hypothesis testing 1 (graduate statistics2)
Descriptive statistics
Lecture2 hypothesis testing
Statistical inference
Confidence interval
Statistical inference concept, procedure of hypothesis testing

What's hot (20)

PPT
sampling distribution
PPT
HYPOTHESIS TESTING.ppt
PPTX
Descriptive statistics
PPTX
Central limit theorem
PPTX
Estimation and hypothesis
PPTX
Basic Statistics in 1 hour.pptx
PPTX
Hypothesis testing Part1
PPTX
Descriptive statistics
PPTX
Basic Concepts of Inferential statistics
PPTX
Hypothesis Testing
PPT
Two sample t-test
PPTX
Estimation and confidence interval
PPT
Testing Hypothesis
PPT
Confidence intervals
PDF
Hypothesis testing
PPT
Ch4 Confidence Interval
PPTX
Lecture 6. univariate and bivariate analysis
PPT
Confidence Intervals
PPTX
Inferential statictis ready go
sampling distribution
HYPOTHESIS TESTING.ppt
Descriptive statistics
Central limit theorem
Estimation and hypothesis
Basic Statistics in 1 hour.pptx
Hypothesis testing Part1
Descriptive statistics
Basic Concepts of Inferential statistics
Hypothesis Testing
Two sample t-test
Estimation and confidence interval
Testing Hypothesis
Confidence intervals
Hypothesis testing
Ch4 Confidence Interval
Lecture 6. univariate and bivariate analysis
Confidence Intervals
Inferential statictis ready go
Ad

Similar to Statistical inference: Hypothesis Testing and t-tests (20)

PPTX
Test of significance in Statistics
PPTX
T test^jsample size^j ethics
PPT
Sampling theory
PPT
Test of significance (t-test, proportion test, chi-square test)
PPTX
Formulating the appropriate null and alternative hypotheses on.pptx
PDF
Inferential Statistics.pdf
PPTX
Introduction to the t Statistic
PPTX
Hypothesis testing - T test lecture.pptx
PPT
learning about statistical Inference.ppt
PPTX
PPTX
examples in test.pptx H V VM CCFFFFFFFXF
PPT
Hypothesis Testing Assignment Help
PPT
bio statistics for clinical research
PDF
Chapter 3
PPT
Inferential statistics_AAF 500L 2021.ppt
PPTX
Hypothesis testing: A single sample test
PPT
Stat 4 the normal distribution & steps of testing hypothesis
PPT
Stat 4 the normal distribution & steps of testing hypothesis
PPTX
Hypothsis testing
PDF
C2 st lecture 11 the t-test handout
Test of significance in Statistics
T test^jsample size^j ethics
Sampling theory
Test of significance (t-test, proportion test, chi-square test)
Formulating the appropriate null and alternative hypotheses on.pptx
Inferential Statistics.pdf
Introduction to the t Statistic
Hypothesis testing - T test lecture.pptx
learning about statistical Inference.ppt
examples in test.pptx H V VM CCFFFFFFFXF
Hypothesis Testing Assignment Help
bio statistics for clinical research
Chapter 3
Inferential statistics_AAF 500L 2021.ppt
Hypothesis testing: A single sample test
Stat 4 the normal distribution & steps of testing hypothesis
Stat 4 the normal distribution & steps of testing hypothesis
Hypothsis testing
C2 st lecture 11 the t-test handout
Ad

More from Eugene Yan Ziyou (20)

PDF
System design for recommendations and search
PDF
Recommender Systems: Beyond the user-item matrix
PDF
Predicting Hospital Bills at Pre-admission
PDF
OLX Group Prod Tech 2019 Keynote: Asia's Tech Giants
PDF
Data Science Challenges and Impact at Lazada (Big Data and Analytics Innovati...
PDF
INSEAD Sharing on Lazada Data Science and my Journey
PDF
SMU BIA Sharing on Data Science
PDF
Culture at Lazada Data Science
PDF
Competition Improves Performance: Only when Competition Form matches Goal Ori...
PDF
How Lazada ranks products to improve customer experience and conversion
PDF
Sharing about my data science journey and what I do at Lazada
PDF
AXA x DSSG Meetup Sharing (Feb 2016)
PDF
Garuda Robotics x DataScience SG Meetup (Sep 2015)
PDF
DataKind SG sharing of our first DataDive
PDF
Social network analysis and growth recommendations for DataScience SG community
PDF
Kaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learnt
PDF
Nielsen x DataScience SG Meetup (Apr 2015)
PDF
Statistical inference: Statistical Power, ANOVA, and Post Hoc tests
PDF
Statistical inference: Probability and Distribution
PDF
A Study on the Relationship between Education and Income in the US
System design for recommendations and search
Recommender Systems: Beyond the user-item matrix
Predicting Hospital Bills at Pre-admission
OLX Group Prod Tech 2019 Keynote: Asia's Tech Giants
Data Science Challenges and Impact at Lazada (Big Data and Analytics Innovati...
INSEAD Sharing on Lazada Data Science and my Journey
SMU BIA Sharing on Data Science
Culture at Lazada Data Science
Competition Improves Performance: Only when Competition Form matches Goal Ori...
How Lazada ranks products to improve customer experience and conversion
Sharing about my data science journey and what I do at Lazada
AXA x DSSG Meetup Sharing (Feb 2016)
Garuda Robotics x DataScience SG Meetup (Sep 2015)
DataKind SG sharing of our first DataDive
Social network analysis and growth recommendations for DataScience SG community
Kaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learnt
Nielsen x DataScience SG Meetup (Apr 2015)
Statistical inference: Statistical Power, ANOVA, and Post Hoc tests
Statistical inference: Probability and Distribution
A Study on the Relationship between Education and Income in the US

Recently uploaded (20)

PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Basic Mud Logging Guide for educational purpose
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Pharma ospi slides which help in ospi learning
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Classroom Observation Tools for Teachers
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Renaissance Architecture: A Journey from Faith to Humanism
Microbial diseases, their pathogenesis and prophylaxis
O7-L3 Supply Chain Operations - ICLT Program
Basic Mud Logging Guide for educational purpose
O5-L3 Freight Transport Ops (International) V1.pdf
TR - Agricultural Crops Production NC III.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Pharma ospi slides which help in ospi learning
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Pharmacology of Heart Failure /Pharmacotherapy of CHF
human mycosis Human fungal infections are called human mycosis..pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Classroom Observation Tools for Teachers
Anesthesia in Laparoscopic Surgery in India
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Week 4 Term 3 Study Techniques revisited.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES

Statistical inference: Hypothesis Testing and t-tests

  • 1. Statistical Inference Week 3: Hypothesis Testing and t-tests
  • 2. Central Limit Theorem  What is the mean height (𝜇) of all primary school children in Singapore? Sample = Anderson Primary Population = All primary school children in SG Sample = Damai Primary Sample = Red Swastika Primary Sample = Zhenghua Primary 𝒙 𝑨𝒏𝒅𝒆𝒓𝒔𝒐𝒏 𝑷𝒓𝒊𝒎𝒂𝒓𝒚 = Mean height of 100 children from Anderson Primary 𝒙 𝑫𝒂𝒎𝒂𝒊 𝑷𝒓𝒊𝒎𝒂𝒓𝒚 = Mean height of 100 children from Damai Primary 𝒙 𝑹𝒆𝒅 𝑺𝒘𝒂𝒔𝒕𝒊𝒌𝒂 = Mean height of 100 children from Red Swastika Primary 𝒙 𝒁𝒉𝒆𝒏𝒈𝒉𝒖𝒂 𝑷𝒓𝒊𝒎𝒂𝒓𝒚= Mean height of 100 children from Zhenghua Primary 𝐷𝑖𝑠𝑡𝑟𝑖𝑏𝑢𝑡𝑖𝑜𝑛 𝑜𝑓 𝑚𝑒𝑎𝑛 ℎ𝑒𝑖𝑔ℎ𝑡 ~ 𝑁(𝑚𝑒𝑎𝑛 = 𝜇, 𝑠𝑡𝑎𝑛𝑑𝑎𝑟𝑑 𝑒𝑟𝑟𝑜𝑟 = 𝜎 100 ) … … … From the sampling distribution:  Mean( 𝑥) ≈ 𝜇  SD( 𝑥) < 𝜎 − As sample size increases, SD decreases
  • 3. Central Limit Theorem (CLT)  The distribution of sample statistics (e.g., mean) is approximately normal, regardless of the underlying distribution, with mean = 𝜇 and variance = 𝜎2 𝑁 𝒙 ~ 𝑵(𝒎𝒆𝒂𝒏 = 𝝁, 𝒔𝒕𝒂𝒏𝒅𝒂𝒓𝒅 𝒆𝒓𝒓𝒐𝒓 = 𝝈 𝒏 )  Further experimentation: http://bitly.com/clt_mean Distribution is normal Sample mean = population mean Sample sd = population sd divided by square root of sample size Applet source: Mine Çetinkaya-Rundel, Duke University
  • 4. Conditions for CLT  Independence: Sampled observations must be independent: − Random sample/assignment − If sampling without replacement, n < 10% of population  Sample Size/Skew: − Population should be normal − If not, sample size should be large (rule of thumb: n > 30)
  • 5. Confidence Interval  An interval estimate of a population parameter − Computed as sample mean +/- a margin of error 𝑥 ± 𝑧 × 𝑆𝐸, where SE = 𝑠 𝑛 − 95% confidence interval would contain 95% of all values and would be 𝑥 ± 2𝑆𝐸 or 𝑥 ± 1.96 × 𝑠 𝑛 𝑪𝑳𝑻: 𝒙 ~ 𝑵(𝒎𝒆𝒂𝒏 = 𝝁, 𝒔𝒕𝒂𝒏𝒅𝒂𝒓𝒅 𝒆𝒓𝒓𝒐𝒓 = 𝝈 𝒏 )
  • 6. Confidence Interval  You have taken a random sample of 100 primary school children in Singapore. Their heights had mean = 150cm and sd = 10cm. Estimate the true average height of primary school children based on this sample using a 95% confidence interval.  We are 95% confident that primary school children mean height is between 148.04cm and 151.96cm Confidence Interval: 𝑥 ± 𝑧 × 𝑆𝐸 𝑛 = 100 𝑥 = 150 𝑠𝑑 = 10 𝑆𝐸 = 𝑠𝑑 𝑛 = 10 100 = 1 𝑥 ± 𝑧 × 𝑆𝐸 = 150 ± 1.96 × 1 = 150 ± 1.96 = (148.04, 151.96)
  • 7. Required sample size for margin of error  Given a target margin of error and confidence level, and information on the standard deviation of sample (or population), we can work backwards to determine the required sample size.  Previous measurements of primary school children heights show sd = 15cm. What should be the sample size in order to get a 95% confidence interval with a margin of error less than or equal 1cm? Margin of error: ≤ 1𝑐𝑚 Confidence level: 95% 𝑧 = 1.96 𝑠𝑑 = 15 𝑀𝐸 = 𝑧 × 𝑆𝐸 1 = 1.96 × 15 𝑛 𝑛 = ( 1.96 × 15 1 )2 𝑛 = (29.4)2 = 864.36 Thus, we need a sample size of at least 865 primary school children
  • 8. Hypothesis Testing  Null hypothesis 𝐻0 − The status quo that is assumed to be true  Alternative hypothesis (𝐻 𝑎) − An alternative claim under consideration that will require statistical evidence to accept, and thus, reject the null hypothesis  We will consider 𝐻0 to be true and accept it unless the evidence in favour of 𝐻 𝑎 is so strong that we reject 𝐻0 in favour of 𝐻 𝑎.
  • 9. Hypothesis Testing  Earlier, we found the sample of 100 primary school children had mean height = 150cm and sd = 10cm. Based on this statistic, does the data support the hypothesis that primary school children on average are shorter than 151cm? 𝐻0: μ = 151 #primary school students have mean height = 151 𝐻 𝑎: 𝜇 < 151 #primary school students have mean height < 151
  • 10. P-value  Probability of obtaining the observed result or results that are more “extreme”, given that the null hypothesis is true − P(observed or more extreme outcome | 𝐻0 is true) − If the p-value is low (i.e., lower than the significance level (𝛼), usually 5%), then we say that it is very unlikely to observe the data if the null hypothesis was true, and reject 𝐻0 − If the p-value is high (i.e., higher than 𝛼), we say that it is likely to observe the data even if the null hypothesis was true, and thus do not reject 𝐻0
  • 11. Hypothesis Testing and P-value  Recall that the sample of 100 primary school children had mean height = 150cm and sd = 10cm. Also take sig. level = 0.05 𝑥 = 150cm; sd = 10cm; SE = 10 100 = 1 #what we know from the sample 𝑋 ~𝑁(𝜇 = 151, 𝑆𝐸 = 1) #null hypothesis of the population Test Statistic: 𝑍 = 150 − 151 1 = −1 P-value: 𝑃 𝑍 < −1 = 1 − 0.8413 = 0.1587 Since p-value is higher than 0.05, we do not reject 𝐻0
  • 12. 𝜇 = 151150 0.1587 Hypothesis Testing and P-value  Interpreting p-value − If in fact, primary school children have mean height of 151cm, there is a 15.9% chance that a random sample of 100 children would yield a sample mean of 150cm or lower − This is a pretty high probability − Thus, the sample mean of 150 could have likely occurred by chance
  • 13. Two-sided Hypothesis Testing  What is the probability that the children have mean height different from 151cm? 𝐻0: μ = 151 #primary school students have mean height = 151 𝐻 𝑎: 𝜇 ≠ 151 #primary school students have mean height ≠ 151 P-value: 𝑃 𝑍 < −1 + 𝑃 𝑍 > 1 = 2 × 1 − 0.8413 = 0.3174 𝜇 = 151150 0.1587 0.1587 152
  • 14. Hypothesis Testing and Confidence Intervals  If the confidence interval contains the null value, don’t reject 𝐻0. If the confidence interval does not contain the null value, reject 𝐻0. − Previously, we found the 95% confidence interval for heights of primary school children to be (148, 152). Given that our null hypothesis(𝐻0 = 151cm) falls within this 95% CI, we do not reject it.  A two-sided hypothesis with significance level 𝛼 is equivalent to a confidence interval with 𝐶𝐿 = 1 − 𝛼  A one-sided hypothesis with a significance level 𝛼 is equivalent to a confidence interval with 𝐶𝐿 = 1 − 2𝛼 148 cm 152 cm 95% confident that the average height is between 148 and 152 cm
  • 15. Decision Errors  Which error is worse to commit (in a research/business context)? − Type II: Declaring the defendant innocent when they are actually guilty − Type I: Declaring the defendant guilty when they are actually innocent “Better that ten guilty persons escape than that one innocent suffer” - William Blackstone Fail to reject 𝐻0 Reject 𝐻0 𝐻0 is True  Type I error 𝐻0 is False Type II error 
  • 16. Type I Error rate  We reject 𝐻0 when the p-value is less than 0.05 (𝛼=0.05) − I.e., Should 𝐻0 actually be true, we do not want to incorrectly reject it more than 5% of the time − Thus, using a 0.05 significance level is equivalent to having a 5% chance of making a Type I error  Choosing significance levels − If Type I Error is costly, we choose a lower significance level (e.g., 0.01) − E.g., spam filtering − If Type II Error is costly, we choose a higher significance level (e.g., 0.10) − E.g., airport baggage screening Fail to reject 𝐻0 Reject 𝐻0 𝐻0 is True  Type I error (𝛼) 𝐻0 is False Type II error (𝛽) 
  • 17. Student’s t Distribution  According to CLT, the distribution of sample statistics is approximately normal, if: − Population is normal − Sample size is large (n > 30)  If so, we can use the population sd (𝜎) to compute a z-score  However, sample sizes are sometimes small and we often do not know the standard deviation of the population (𝜎) − Thus, the normal distribution may not be appropriate  Thus, we rely on the t distribution
  • 18. Shape of the t distribution  Bell shaped but thicker tails than the normal − Thus, observations are more likely to fall beyond 2sd from the mean − The thicker tails are helpful in adjusting for the less reliable data on the standard deviation (when n is small and/or 𝜎 is unknown)
  • 19. Shape of the t distribution  Has one parameter, degrees of freedom (df), which determines the thickness of the tails − df refers to the number of independent observations in data set − Number of independent observations = sample size minus 1 − E.g., in a sample size of 8, there are (8-1) degrees of freedom  What happens to the shape of the t distribution when df increases? − It approaches the normal distribution
  • 20. When to use the t distribution  In general, we use the t distribution when: − N is small (n < 30) and/or; − 𝜎 is unknown  However, nowadays, our sample sizes are usually above 30 − Thus, why bother with the t distribution? − Because 95% of the world prefers the t distribution to the normal and you’ll definitely encounter it eventually − If you’re unsure, use the t distribution since it approximates to the normal distribution with large sample sizes
  • 21. Independent and Dependent t-tests  When to use independent and dependent t-tests? − Dependent: when evaluating the effect between two related samples − You feed a group of 100 people fast food everyday − Did they gain weight after 30 days? − Independent: when evaluating the effect between two independent samples − You feed 50 males and 50 females fast food everyday − Did males or females gain more weight after 30 days?  You conduct a study with two groups and have them exercise three times a day for 30 days (group A = crossfit, group B = yoga). − How would you test the difference between crossfit and yoga participants? − How would you test the difference in weight between day 0 and day 30 for yoga participants?
  • 22. Effect Size  When samples become large enough, you often get significant results − However, is it practically significant?  Effect size is a simple way to quantify difference between two groups − Emphasizes the size of the difference (without effect of sample size) − Cohen’s d is one of the most common ways to measure effect size Effect size: Proper calculation for 𝑆𝐷 𝑝𝑜𝑜𝑙𝑒𝑑: Simple calculation for 𝑆𝐷 𝑝𝑜𝑜𝑙𝑒𝑑:
  • 23. Time for practice  In this lab session we will cover: − Independent t-tests − Dependent (paired) t-tests − Effect size (Cohen’s d)  GitHub repository: https://github.com/eugeneyan/Statistical-Inference
  • 24. Thank you for your attention! Eugene Yan