Lecture 8: Paired-Samples 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/11

flashcard set

Earn XP

Description and Tags

Vocabulary and key concepts from the Day 8 lecture on Paired-Samples t Tests, including formulas for standard deviation, standard error, and effect size.

Last updated 2:53 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

12 Terms

1
New cards

z Test Parameters

The parameters that must be known for a z test, but not a single-sample t test, are BOTH the population mean (μ\mu) and the population standard deviation (σ\sigma).

2
New cards

Corrected Sample Standard Deviation (ss)

The statistic used to estimate the population standard deviation in a single-sample t test, calculated with the formula s=sq rti=1N(XM)2N1s = \text{sq rt}\frac{\sum_{i=1}^{N} (X - M)^2}{N - 1}.

3
New cards

Degrees of Freedom (dfdf)

Calculated as N1N - 1 for a single-sample t test, this value is necessary to determine which specific t distribution to use among multiple available distributions.

4
New cards

Paired-Samples t Test

A statistical test appropriate when observations in two sample groups are paired, such as when each participant is observed twice (e.g., before and after a treatment).

5
New cards

Difference Score

The value calculated by directly comparing the difference across the two observations for each individual participant.

6
New cards

Distribution of Mean Differences

The relevant comparison distribution for a paired-samples t test, used instead of a distribution of means because each observation is paired.

7
New cards

μM\mu_M (Mean of the Comparison Distribution)

In a paired-samples t test, this value is 00 based on the null hypothesis assumption that there is no difference between the sample means.

8
New cards

Standard Error (sMs_M) for Paired Samples

The approximation of the standard error of the mean difference, calculated using the formula sM=sNs_M = \frac{s}{\sqrt{N}}.

9
New cards

t-statistic (Paired-Samples)

The test statistic calculated using the formula t=MDifferenceμMsMt = \frac{M_{Difference} - \mu_M}{s_M}.

10
New cards

95% Confidence Interval for Paired Samples

A range defined by a Lower bound of Mdifferencetcritical(sM)M_{difference} - t_{critical}(s_M) and an Upper bound of Mdifference+tcritical(sM)M_{difference} + t_{critical}(s_M), using difference scores.

11
New cards

Cohen's d (Paired-Samples)

A measure of effect size for paired samples calculated using the formula Cohen’s d=Mμs\text{Cohen's d} = \frac{M - \mu}{s}, where values concern the difference scores.

12
New cards

Within-Groups Design

Also known as a Within-Subjects Design, this is the research design for which a paired-samples t test is the appropriate statistical analysis.