Simple Linear Regressionl

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

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Simple Linear Regression

A statistical technique used to model the relationship between a response variable and a single explanatory variable.

2
New cards

Linear Relationship

An assumption of simple linear regression that indicates the relationship can be represented by a straight line.

3
New cards

Regression Equation

Expressed as y = b0 + b1x, where y is the response variable, x is the explanatory variable, b0 is the intercept, and b1 is the slope.

4
New cards

Error Term (𝜖)

Accounts for deviations of observed values from the regression line, assumed to be normally distributed with a mean of zero.

5
New cards

Assumptions of Simple Linear Regression

Linearity, Independence, Normality, and Equal Variance (Homoscedasticity).

6
New cards

Ordinary Least Squares (OLS)

The method used to determine the regression line that minimizes the sum of the squared distances between observed data points and predicted values.

7
New cards

Coefficient of Determination (R²)

Measures the proportion of variance in the response variable explained by the model, ranging from 0 to 1.

8
New cards

Residuals

The differences between the observed values and predicted values.

9
New cards

ANOVA Table

A table that organizes the decomposition of variance into regression and error components.

10
New cards

Gauss-Markov Theorem

States that OLS estimators are the best linear unbiased estimators (BLUE) of the parameters of the simple linear regression model.

11
New cards

Hypothesis Test for Slope

A t-test is used to determine if the slope of the regression line is significantly different from zero.

12
New cards

Confidence Intervals

Intervals estimating the range of values for the slope and intercept parameters based on sampling distributions.

13
New cards

lm() Function in R

Used to fit linear models in R.

14
New cards

Limitations of Simple Linear Regression

Assumes a linear relationship, sensitive to outliers, and assumes the explanatory variable is fixed.

15
New cards

Predicted Value (̂𝑦)

The estimated value of the response variable based on the regression line.