Lecture 7: Single Sample t Test

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers the fundamental concepts, formulas, and decision rules of the Single-Sample t Test as presented in the UBC PSYC 218 Day 7 lecture.

Last updated 2:45 AM on 8/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

z Test

A hypothesis test performed when both the population mean (μ\mu) and the population standard deviation (σ\sigma) are known.

2
New cards

Single-Sample t Test

A hypothesis test used when the population mean is known (or a set value is used for comparison) but the population standard deviation is unknown.

3
New cards

Uncorrected Sample Standard Deviation (SDSD)

A descriptive measure of variability calculated as SD=i=1N(XM)2NSD = \frac{\sum_{i=1}^N (X - M)^2}{N}, which has a bias to underestimate the population standard deviation.

4
New cards

Corrected Sample Standard Deviation (ss)

An estimator of the population standard deviation that addresses bias by dividing by N1N - 1 instead of NN, calculated as s=i=1N(XM)2N1s = \frac{\sum_{i=1}^N (X - M)^2}{N-1}, though the transcript represents it conceptually as (XM)2N1\sqrt{\frac{\sum (X - M)^2}{N - 1}}.

5
New cards

Standard Error (σM\sigma_M)

The variability of the distribution of means when the population standard deviation is known, calculated as σM=σN\sigma_M = \frac{\sigma}{\sqrt{N}}.

6
New cards

Estimated Standard Error (sMs_M)

The variability of the distribution of means calculated when only the corrected sample standard deviation is available, using the formula sM=sNs_M = \frac{s}{\sqrt{N}}.

7
New cards

t Statistic

The statistic calculated for a single-sample t test by dividing the difference between the sample mean and population mean by the estimated standard error: t=MμMsMt = \frac{M - \mu_M}{s_M}.

8
New cards

Degrees of Freedom (dfdf)

The number of observations that are free to vary, calculated for a single-sample t test as N1N - 1.

9
New cards

Conservative Table Rule

The practice of choosing the next smallest degrees of freedom listed in a t table if the specific calculated dfdf is not present.

10
New cards

Decision Rule

The logical process where the null hypothesis is rejected if the obtained t statistic is more extreme than the critical value (tcritt_{crit}).

11
New cards

Confidence Interval (CI)

A range of values used to estimate the population mean, where the lower bound is Mtcritical(sM)M - t_{critical}(s_M) and the upper bound is M+tcritical(sM)M + t_{critical}(s_M). Standard reporting for a 95% interval is written as 95% CI [Lower bound,Upper bound]95\%\text{ CI } [\text{Lower bound}, \text{Upper bound}].

12
New cards

Cohen's d

A measure of effect size for a single-sample t test representing the distance between means in standard deviation units, calculated as d=Mμsd = \frac{M - \mu}{s}.

13
New cards

t Test Assumptions

The three requirements for performing a single-sample t test: the data must be continuous, observations must be randomly sampled, and the comparison distribution should be roughly normal (typically when N>30N > 30).