Detailed STAT 503 - Lesson 2: Simple Comparative Experiments Practice Flashcards

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

flashcard set

Earn XP

Description and Tags

A comprehensive vocabulary-style flashcard set covering Lesson 2 of STAT 503, including t-tests, sample size determination, power analysis, and paired designs.

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

75 Terms

1
New cards

Lesson 2 purpose

To review the basic assumptions and foundations of estimation and hypothesis testing before moving into advanced Design of Experiments topics.

2
New cards

Lesson objective 1

Review basic statistical concepts.

3
New cards

Lesson objective 2

Review sample-size calculations for two-sample problems based on the t-test.

4
New cards

Lesson objective 3

Review the difference between two independent samples and a paired-comparison design.

5
New cards

Lesson objective 4

Review assumptions underlying the t-test and how those assumptions can be assessed.

6
New cards

Simple comparative experiment

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

7
New cards

Two-sample experiment example

A study comparing two formulations for making cement mortar.

8
New cards

Reason for graphing data

Graphical displays reveal distributional shape, spread, location, and possible outliers that tables of numbers alone hide.

9
New cards

Dot plot

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

10
New cards

Boxplot

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

11
New cards

Box in a boxplot

Spans the middle 50%50\% of the data, from the 2525th percentile (Q1Q_1) to the 7575th percentile (Q3Q_3).

12
New cards

Median in a boxplot

The horizontal line inside the box.

13
New cards

Interquartile range (IQR)

IQR=Q3Q1IQR = Q_3 - Q_1, representing the width covered by the middle 50%50\% of observations.

14
New cards

Boxplot whiskers

Extend toward the minimum and maximum constants based on the usual 1.5×IQR1.5 \times IQR rule.

15
New cards

Potential boxplot outliers

Individual observations plotted as dots beyond the whiskers.

16
New cards

Normal-data boxplot expectation

For reasonably normal data, one expects primarily the box and whiskers without isolated points beyond them.

17
New cards

Visual evidence versus statistical significance

Visualization can suggest differences, but does not alone establish a statistically significant difference between population means.

18
New cards

Cement example visual finding

The two groups appear different in median, and the dot plot/boxplots hint at a difference between formulations.

19
New cards

Two-sample t-test population assumption

Both samples are assumed to arise from Normal populations.

20
New cards

Two-sample population means notation

μ1\mu_1 and μ2\mu_2.

21
New cards

Equal-variance assumption

For the pooled two-sample t procedure, the population variances are assumed equal.

22
New cards

Unequal variances strategy

Transform the data to a scale with equal variation as more complex ANOVA models also assume equal variances.

23
New cards

Unequal-variance t-test caveat

While a t-test version handles unequal variances, it does not extend in the same way to complex ANOVA models.

24
New cards

Sample mean formula

yˉ=i=1nyin\bar{y} = \frac{\sum_{i=1}^{n} y_i}{n}

25
New cards

Sample variance formula

s2=i=1n(yiyˉ)2n1s^2 = \frac{\sum_{i=1}^{n} (y_i - \bar{y})^2}{n - 1}

26
New cards

Purpose of dividing by n1n - 1

It makes s2s^2 an unbiased estimator of the population variance σ2\sigma^2.

27
New cards

Three sufficient two-sample summaries

Sample size nn, sample mean, and sample standard deviation (or variance).

28
New cards

Danger of summaries alone

They do not reveal distribution shape or potential outliers.

29
New cards

Two-sample t-test intuition

Compare the difference between sample means with the standard error of that difference.

30
New cards

Signal-to-noise interpretation

The t statistic is the difference between groups relative to within-group variation.

31
New cards

Why use t rather than z

Sample estimates replace unknown true population variances.

32
New cards

Student t distribution origin

Published by William Sealy Gosset under the pseudonym 'Student'.

33
New cards

Pooled variance formula (sp2s_p^2)

sp2=(n11)s12+(n21)s22n1+n22s_p^2 = \frac{(n_1 - 1)s_1^2 + (n_2 - 1)s_2^2}{n_1 + n_2 - 2}

34
New cards

Pooled standard deviation formula (sps_p)

sp=(n11)s12+(n21)s12n1+n22s_p = \sqrt{\frac{(n_1 - 1)s_1^2 + (n_2 - 1)s_1^2}{n_1 + n_2 - 2}}

35
New cards

Standard error of two independent means

SE(yˉ1yˉ2)=sp1n1+1n2SE(\bar{y}_1 - \bar{y}_2) = s_p \sqrt{\frac{1}{n_1} + \frac{1}{n_2}}

36
New cards

Two-sample null hypothesis

H0:μ1=μ2H_0: \mu_1 = \mu_2 or H0:μ1μ2=0H_0: \mu_1 - \mu_2 = 0.

37
New cards

Two-sided alternative hypothesis

H1:μ1μ2H_1: \mu_1 \neq \mu_2 or H1:μ1μ20H_1: \mu_1 - \mu_2 \neq 0.

38
New cards

Two-sample t statistic formula

t=yˉ1yˉ2sp1n1+1n2t = \frac{\bar{y}_1 - \bar{y}_2}{s_p \sqrt{\frac{1}{n_1} + \frac{1}{n_2}}}

39
New cards

Degrees of freedom for pooled t-test

df=n1+n22df = n_1 + n_2 - 2

40
New cards

Magnitude of t statistic

Measures how far apart sample means are relative to within-group variation.

41
New cards

p-value

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

42
New cards

Cement example t statistic

t=2.19t = -2.19

43
New cards

Cement example p-value

p=0.043p = 0.043

44
New cards

Cement example degrees of freedom

df=17df = 17

45
New cards

Cement treatment 1 summary statistics

n=10n = 10, mean = 16.76416.764, standard deviation = 0.3160.316, SE mean = 0.100.10.

46
New cards

Cement treatment 2 summary statistics

n=10n = 10, mean = 17.04217.042, standard deviation = 0.2480.248, SE mean = 0.0780.078.

47
New cards

Estimated mean difference

Treatment 1 - Treatment 2 = 0.278-0.278 in the cement example.

48
New cards

95% confidence interval in cement example

(0.546,0.010)(-0.546, -0.010) for μ1μ2\mu_1 - \mu_2.

49
New cards

Normal probability plot finding (Cement)

The lesson states that the normal probability plots look reasonable.

50
New cards

Confidence interval

An interval constructed to contain the true parameter with a specified confidence level (e.g., 95%95\%).

51
New cards

Two-sample pooled confidence interval formula

(yˉ1yˉ2)±t1α/2,df×sp1n1+1n1(\bar{y}_1 - \bar{y}_2) \pm t_{1-\alpha/2, df} \times s_p \sqrt{\frac{1}{n_1} + \frac{1}{n_1}}

52
New cards

Two-sided test and CI connection

Rejecting H0:μ1μ2=0H_0: \mu_1 - \mu_2 = 0 corresponds to a confidence interval for the difference that does not contain 00.

53
New cards

Cement CI interpretation

The 95%95\% CI excludes 00, agreeing with the rejection of the null hypothesis at α=0.05\alpha = 0.05.

54
New cards

Bound on the margin of error (B)

The desired accuracy for the estimate of the difference in population means.

55
New cards

Equal sample-size assumption for planning

The derivation assumes nn observations in each of the two groups.

56
New cards

Equal-n CI formula

(yˉ1yˉ2)±t1α/2,df×s×2n(\bar{y}_1 - \bar{y}_2) \pm t_{1-\alpha/2, df} \times s \times \sqrt{\frac{2}{n}}

57
New cards

Equal-n degrees of freedom

df=n+n2=2(n1)df = n + n - 2 = 2(n - 1)

58
New cards

Margin-of-error equation (B)

B=t1α/2,df×s×2nB = t_{1-\alpha/2, df} \times s \times \sqrt{\frac{2}{n}}

59
New cards

Sample-size equation from B

n=[t1α/2,df×s×2B]2n = \left[ \frac{t_{1-\alpha/2, df} \times s \times \sqrt{2}}{B} \right]^2

60
New cards

Unknown variance planning requirement

An estimate or guesstimate of σ\sigma or σ2\sigma^2 must be used prior to data collection.

61
New cards

Why z is used for hand calculation

If nn is unknown, dfdf and the exact tt critical value are unknown; zz provides an initial substitute.

62
New cards

Information needed for sample size

An estimate of σ2\sigma^2, a bound BB, and confidence level 1α1 - \alpha.

63
New cards

Binomial worst-case variance

p(1p)p(1-p) is maximized at p=0.5p = 0.5.

64
New cards

Binomial approximate sample-size formula

For α=0.05\alpha = 0.05, the lesson gives n=2B2n = \frac{2}{B^2} for a two-group extension.

65
New cards

Paired samples

Two measurements taken on each subject or matched unit so that observations within a pair are correlated.

66
New cards

Cost of ignoring pairing

Subject-to-subject variability is treated as error, losing the efficiency of the matching.

67
New cards

Paired t-test analysis principle

Analyze the within-subject differences rather than treating the sets as independent.

68
New cards

Blocking in paired t-tests

A technique where the subject/patient acts as a block to remove nuisance variation.

69
New cards

Power

The probability of rejecting the null hypothesis when the alternative hypothesis is true (1β1 - \beta).

70
New cards

Type I error

Rejecting H0H_0 when H0H_0 is actually true, with probability α\alpha.

71
New cards

Type II error

Failing to reject H0H_0 when HAH_A is actually true, with probability β\beta.

72
New cards

Operating characteristic (OC) curves

Curves used traditionally to determine β\beta and power for the t-test.

73
New cards

Standardized mean difference

μ1μ2σ\frac{|\mu_1 - \mu_2|}{\sigma}, used as the signal-to-noise ratio for OC curves.

74
New cards

OC-curve n-star formula

For the lesson's α=0.05\alpha = 0.05 curve, n=2n1n^* = 2n - 1.

75
New cards

Minitab power menu path

Stat > Power and Sample Size > 2-sample t.