Video Notes: Simple Linear Regression Vocabulary

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms and definitions from the lecture notes on simple linear regression, model assumptions, testing, and ANOVA.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Simple Linear Regression (SLR) model

A population model relating y to x: y = β0 + β1 x + ε, where ε is a random error term; used to predict the mean response of y given x.

2
New cards

True mean response (μ_y|x)

The expected value of y for a given x in the population: μ_y|x.

3
New cards

Predicted mean (y-hat, ŷ)

The estimated mean response for a given x, computed from sample data: ŷ = a + b x.

4
New cards

Residual (e)

The difference between an observed y and its predicted mean: e = y − ŷ.

5
New cards

Error term (ε)

The stochastic error term for observation i; εi = yi − μy|xi, assumed to be N(0, σ^2) and independent.

6
New cards

Normal distribution

The assumed distribution for the error term: ε ∼ N(0, σ^2).

7
New cards

Independently and identically distributed (iid)

Errors are independent and come from the same distribution (same variance and shape).

8
New cards

Homoskedasticity

Constant variance of the error terms across all levels of x.

9
New cards

Confidence interval for β

An interval estimate for the population slope β based on β̂; uses the t distribution: β̂ ± t* SE(β̂).

10
New cards

t-test for β

Hypothesis test for β = 0 (or other value) using a t statistic with df = n − 2 in simple linear regression.

11
New cards

ANOVA in SLR

Analysis of variance for regression; partitions total variation into SSR and SSE; uses F-statistic to test model significance.

12
New cards

R-squared (R²)

Proportion of the total variation in y explained by the regression: R² = SSR / SST.

13
New cards

Total Sum of Squares (SST)

Sum of squared deviations of y from its mean; SST = SSR + SSE.

14
New cards

Regression Sum of Squares (SSR)

Sum of squared deviations explained by the regression.

15
New cards

Error Sum of Squares (SSE)

Sum of squared residuals; SSE = Σ (yi − ŷi)².

16
New cards

Mean Square for Regression (MSR)

SSR divided by its degrees of freedom; MSR = SSR / dfRegression.

17
New cards

Mean Square Error (MSE)

SSE divided by its degrees of freedom; MSE = SSE / dfError.

18
New cards

F-statistic

Ratio MSR/MSE used to test the overall significance of the regression.

19
New cards

Slope (β1)

The coefficient of x in the regression; represents the change in y for a one-unit change in x.

20
New cards

Intercept (β0)

The expected value of y when x = 0; where the regression line crosses the y-axis.