Linear Regression Concepts

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts related to simple linear regression as outlined in the lecture.

Last updated 5:37 PM on 4/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Simple Linear Regression

A method for modeling the relationship between a dependent variable and an independent variable using a linear equation.

2
New cards

Dependent Variable

The variable being predicted or estimated in a regression model; typically denoted as y.

3
New cards

Independent Variable

The variable that is being manipulated or changed in the model to observe its effect on the dependent variable; typically denoted as x.

4
New cards

Covariance

A measure of the degree to which two random variables change together; it indicates the direction of the linear relationship between the variables.

5
New cards

Variance

A measure of how much values in a dataset differ from the mean value; in regression, used to assess the spread of the independent and dependent variables.

6
New cards

Error Term (Epsilon)

The component of the regression model that accounts for the variability in the dependent variable not explained by the independent variable.

7
New cards

Regression Equation

An equation that expresses the relationship between the independent variable and dependent variable in the form: y=β0+β1x+ϵy = \beta_0 + \beta_1 x + \epsilon.

8
New cards

Coefficient of Determination (R²)

A statistical measure that indicates the proportion of variance in the dependent variable that can be explained by the independent variable.

9
New cards

Residuals

The differences between the observed values and the predicted values in a regression model; used to assess the accuracy of the model's predictions.

10
New cards

Population vs. Sample

In statistics, a population refers to the entire group of individuals or instances, while a sample is a subset of the population used to infer conclusions about the population.

11
New cards

Maximization Theory

A principle that suggests finding the maximum output (e.g., profit) from a given input (e.g., advertising) within constraints.

12
New cards

Multilinear Regression

An extension of linear regression that uses multiple independent variables to predict a dependent variable.

13
New cards

Slope

In a linear equation, the slope (denoted as β1\beta_1) represents the change in the dependent variable for a one-unit change in the independent variable.

14
New cards

Intercept

The y-intercept (denoted as β0\beta_0) is the value of the dependent variable when the independent variable is zero.

15
New cards

Linear Relationship

A relationship between two variables that can be represented by a straight line on a graph, where the change in one variable corresponds to a constant change in the other variable.