1/30
A comprehensive study set for STAT 503 Lesson 2 covering simple comparative experiments, t-test formulas, power calculations, and paired design concepts.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Simple comparative experiment
An experiment comparing two conditions or groups through hypothesis testing, estimation, sample-size determination, and power.
Dot plot
A graphical display useful for seeing the distribution of observations, especially for very small data sets.
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.
Box in a boxplot
The region spanning the middle 50% of the data, from the 25th percentile (Q1) to the 75th percentile (Q3).
Median in a boxplot
The horizontal line located inside the box representing the center of the data.
Interquartile range (IQR)
IQR=Q3โQ1; the width or range covered by the middle 50% of observations.
Boxplot whiskers
Lines that extend toward the minimum and maximum values, limited by the 1.5รIQR rule.
Potential boxplot outliers
Individual observations plotted as dots that fall beyond the whiskers.
Equal-variance assumption
The assumption for the pooled two-sample t procedure that both population variances are equal.
Sample mean formula (yหโ)
yหโ=nโi=1nโyiโโ.
Sample variance formula (s2)
s2=nโ1โi=1nโ(yiโโyหโ)2โ, which serves as an unbiased estimator of ฯ2.
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.
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.
Pooled variance formula (sp2โ)
sp2โ=n1โ+n2โโ2(n1โโ1)s12โ+(n2โโ1)s22โโ.
Standard error of two independent means (SE)
SE(yหโ1โโyหโ2โ)=spโn1โ1โ+n2โ1โโ under the equal-variance pooled model.
Two-sample null hypothesis (H0โ)
H0โ:ฮผ1โ=ฮผ2โ or H0โ:ฮผ1โโฮผ2โ=0.
Two-sample t statistic
t=spโn1โ1โ+n2โ1โโyหโ1โโyหโ2โโ.
Degrees of freedom (df) for pooled t-test
df=n1โ+n2โโ2.
p-value
Under H0โ, the probability of observing a test statistic at least as extreme as the one obtained during the experiment.
Two-sample pooled confidence interval formula
(yหโ1โโyหโ2โ)ยฑt(1โฮฑ/2,df)โรspโn1โ1โ+n2โ1โโ.
Margin of error bound (B)
The desired bound on the margin of error for estimating the difference in population means used in sample-size determination.
Sample-size equation (equal-n)
n=[Bt(1โฮฑ/2,df)โรsร2โโ]2.
Paired samples
A design where two measurements are taken on the same subject or matched unit, making the observations correlated rather than independent.
Paired t-test analysis
An analysis of within-subject differences (e.g., after - before) to remove or reduce subject-specific variation.
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.
Blocking
A design technique, exemplified by the paired t-test, where subjects are treated as 'blocks' to control for variability.
Type I error (ฮฑ)
The probability of rejecting the null hypothesis (H0โ) when it is actually true.
Type II error (ฮฒ)
The probability of failing to reject or accepting the null hypothesis (H0โ) when the alternative hypothesis (HAโ) is true.
Power
The probability of rejecting the null hypothesis when the alternative is true, calculated as 1โฮฒ.
Operating characteristic (OC) curves
Graphical curves used to determine ฮฒ and power for the t-test based on sample size and standardized difference.
Standardized mean difference
The true mean difference measured in standard-deviation units: ฯโฃฮผ1โโฮผ2โโฃโ.