Simple Linear Regression

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

1/12

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts from the simple linear regression lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Deterministic Models

Models that hypothesize exact relationships where prediction error is negligible.

2
New cards

Probabilistic Models

Models that include both deterministic components and random error in their predictions.

3
New cards

Least Squares Approach

A method to fit a model by minimizing the sum of squared errors.

4
New cards

Correlation Coefficient (r)

A measure of the strength of the linear relationship between two variables, ranging from -1 to +1.

5
New cards

Slope (β1)

The change in the dependent variable (y) for every unit increase in the independent variable (x).

6
New cards

Y-intercept (β0)

The predicted value of y when the independent variable x is zero.

7
New cards

Coefficient of Determination (r²)

Represents the proportion of variance in the dependent variable that can be explained by the independent variable.

8
New cards

Assumptions of Linear Regression

  1. Mean of error term is 0, 2. Constant variance of error terms, 3. Normality of error terms, 4. Independence of error terms.
9
New cards

Standard Deviation (s)

An estimate of the variability of the errors in the regression model.

10
New cards

Sum of Squared Errors (SSE)

The sum of the squares of the differences between observed and predicted values.

11
New cards

Expected Value of y (E(y))

The mean value of the dependent variable derived from the deterministic component.

12
New cards

Random Error (ε)

The component of prediction error that accounts for variability due to unforeseen factors.

13
New cards

Sample Correlation Coefficient (r) Formula

Calculated as SS (xy) / sqrt(SS (x) * SS (y)).