STAT 503 Lesson 2: Simple Comparative Experiments

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/30

flashcard set

Earn XP

Description and Tags

A comprehensive study set for STAT 503 Lesson 2 covering simple comparative experiments, t-test formulas, power calculations, and paired design concepts.

Last updated 2:49 PM on 8/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Simple comparative experiment

An experiment comparing two conditions or groups through hypothesis testing, estimation, sample-size determination, and power.

2
New cards

Dot plot

A graphical display useful for seeing the distribution of observations, especially for very small data sets.

3
New cards

Boxplot

A graphical tool useful for both small and larger data sets that provides a quick snapshot of the distribution, including shape, spread, and outliers.

4
New cards

Box in a boxplot

The region spanning the middle 50%50\% of the data, from the 25th25^{th} percentile (Q1Q1) to the 75th75^{th} percentile (Q3Q3).

5
New cards

Median in a boxplot

The horizontal line located inside the box representing the center of the data.

6
New cards

Interquartile range (IQR)

IQR=Q3โˆ’Q1IQR = Q3 - Q1; the width or range covered by the middle 50%50\% of observations.

7
New cards

Boxplot whiskers

Lines that extend toward the minimum and maximum values, limited by the 1.5ร—IQR1.5 \times \text{IQR} rule.

8
New cards

Potential boxplot outliers

Individual observations plotted as dots that fall beyond the whiskers.

9
New cards

Equal-variance assumption

The assumption for the pooled two-sample t procedure that both population variances are equal.

10
New cards

Sample mean formula (yห‰\bar{y})

yห‰=โˆ‘i=1nyin\bar{y} = \frac{\sum_{i=1}^{n} y_i}{n}.

11
New cards

Sample variance formula (s2s^2)

s2=โˆ‘i=1n(yiโˆ’yห‰)2nโˆ’1s^2 = \frac{\sum_{i=1}^{n} (y_i - \bar{y})^2}{n - 1}, which serves as an unbiased estimator of ฯƒ2\sigma^2.

12
New cards

Signal-to-noise interpretation

An engineering description of the t statistic where the 'signal' is the difference between group means and the 'noise' is the within-group variation.

13
New cards

Student t distribution

The distribution used for the t-test, published by William Sealy Gosset under the pseudonym 'Student' because population variances are usually unknown.

14
New cards

Pooled variance formula (sp2s_p^2)

sp2=(n1โˆ’1)s12+(n2โˆ’1)s22n1+n2โˆ’2s_p^2 = \frac{(n_1 - 1)s_1^2 + (n_2 - 1)s_2^2}{n_1 + n_2 - 2}.

15
New cards

Standard error of two independent means (SESE)

SE(yห‰1โˆ’yห‰2)=sp1n1+1n2SE(\bar{y}_1 - \bar{y}_2) = s_p \sqrt{\frac{1}{n_1} + \frac{1}{n_2}} under the equal-variance pooled model.

16
New cards

Two-sample null hypothesis (H0H_0)

H0:ฮผ1=ฮผ2H_0: \mu_1 = \mu_2 or H0:ฮผ1โˆ’ฮผ2=0H_0: \mu_1 - \mu_2 = 0.

17
New cards

Two-sample t statistic

t=yห‰1โˆ’yห‰2sp1n1+1n2t = \frac{\bar{y}_1 - \bar{y}_2}{s_p \sqrt{\frac{1}{n_1} + \frac{1}{n_2}}}.

18
New cards

Degrees of freedom (dfdf) for pooled t-test

df=n1+n2โˆ’2df = n_1 + n_2 - 2.

19
New cards

p-value

Under H0H_0, the probability of observing a test statistic at least as extreme as the one obtained during the experiment.

20
New cards

Two-sample pooled confidence interval formula

(yห‰1โˆ’yห‰2)ยฑt(1โˆ’ฮฑ/2,df)ร—sp1n1+1n2(\bar{y}_1 - \bar{y}_2) \pm t_{(1-\alpha/2, df)} \times s_p \sqrt{\frac{1}{n_1} + \frac{1}{n_2}}.

21
New cards

Margin of error bound (BB)

The desired bound on the margin of error for estimating the difference in population means used in sample-size determination.

22
New cards

Sample-size equation (equal-n)

n=[t(1โˆ’ฮฑ/2,df)ร—sร—2B]2n = \left[ \frac{t_{(1-\alpha/2, df)} \times s \times \sqrt{2}}{B} \right]^2.

23
New cards

Paired samples

A design where two measurements are taken on the same subject or matched unit, making the observations correlated rather than independent.

24
New cards

Paired t-test analysis

An analysis of within-subject differences (e.g., after - before) to remove or reduce subject-specific variation.

25
New cards

Nuisance factor in paired design

A factor, such as a specific patient or subject, that causes substantial variability but is not the primary interest of the study.

26
New cards

Blocking

A design technique, exemplified by the paired t-test, where subjects are treated as 'blocks' to control for variability.

27
New cards

Type I error (ฮฑ\alpha)

The probability of rejecting the null hypothesis (H0H_0) when it is actually true.

28
New cards

Type II error (ฮฒ\beta)

The probability of failing to reject or accepting the null hypothesis (H0H_0) when the alternative hypothesis (HAH_A) is true.

29
New cards

Power

The probability of rejecting the null hypothesis when the alternative is true, calculated as 1โˆ’ฮฒ1 - \beta.

30
New cards

Operating characteristic (OC) curves

Graphical curves used to determine ฮฒ\beta and power for the t-test based on sample size and standardized difference.

31
New cards

Standardized mean difference

The true mean difference measured in standard-deviation units: โˆฃฮผ1โˆ’ฮผ2โˆฃฯƒ\frac{|\mu_1 - \mu_2|}{\sigma}.