Simple Linear Regressionl

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 14

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

15 Terms

1

Simple Linear Regression

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

New cards
2

Linear Relationship

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

New cards
3

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.

New cards
4

Error Term (𝜖)

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

New cards
5

Assumptions of Simple Linear Regression

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

New cards
6

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.

New cards
7

Coefficient of Determination (R²)

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

New cards
8

Residuals

The differences between the observed values and predicted values.

New cards
9

ANOVA Table

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

New cards
10

Gauss-Markov Theorem

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

New cards
11

Hypothesis Test for Slope

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

New cards
12

Confidence Intervals

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

New cards
13

lm() Function in R

Used to fit linear models in R.

New cards
14

Limitations of Simple Linear Regression

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

New cards
15

Predicted Value (̂𝑦)

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

New cards
robot