1/12
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.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
z Test
A hypothesis test performed when both the population mean (μ) and the population standard deviation (σ) are known.
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.
Uncorrected Sample Standard Deviation (SD)
A descriptive measure of variability calculated as SD=N∑i=1N(X−M)2, which has a bias to underestimate the population standard deviation.
Corrected Sample Standard Deviation (s)
An estimator of the population standard deviation that addresses bias by dividing by N−1 instead of N, calculated as s=N−1∑i=1N(X−M)2, though the transcript represents it conceptually as N−1∑(X−M)2.
Standard Error (σM)
The variability of the distribution of means when the population standard deviation is known, calculated as σM=Nσ.
Estimated Standard Error (sM)
The variability of the distribution of means calculated when only the corrected sample standard deviation is available, using the formula sM=Ns.
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=sMM−μM.
Degrees of Freedom (df)
The number of observations that are free to vary, calculated for a single-sample t test as N−1.
Conservative Table Rule
The practice of choosing the next smallest degrees of freedom listed in a t table if the specific calculated df is not present.
Decision Rule
The logical process where the null hypothesis is rejected if the obtained t statistic is more extreme than the critical value (tcrit).
Confidence Interval (CI)
A range of values used to estimate the population mean, where the lower bound is M−tcritical(sM) and the upper bound is M+tcritical(sM). Standard reporting for a 95% interval is written as 95% CI [Lower bound,Upper bound].
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=sM−μ.
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>30).