Module 10.1: Linear Regression Flashcards
(61 cards)
What is the purpose of simple linear regression?
To explain the variation in a dependent variable in terms of the variation in a single independent variable.
Variation is interpreted as the degree to which a variable differs from its mean value.
How is variation defined in the context of regression?
The degree to which a variable differs from its mean value.
Variation should not be confused with variance.
What is the dependent variable in linear regression?
The variable whose variation is explained by the independent variable.
It is also referred to as the explained variable, endogenous variable, or predicted variable.
What is the independent variable in linear regression?
The variable used to explain the variation of the dependent variable.
It is also referred to as the explanatory variable, exogenous variable, or predicting variable.
Fill in the blank: The dependent variable is also referred to as the _______.
explained variable
Fill in the blank: The independent variable is also referred to as the _______.
explanatory variable
True or False: Variation and variance are the same concepts.
False
What question does simple linear regression aim to answer?
“What explains fluctuations in the dependent variable?”
What is the role of GDP in predicting stock returns?
GDP is the independent variable, while stock returns are the dependent variable.
Stock returns are explained by GDP.
Fill in the blank: The dependent variable is explained by the _______.
independent variable
In this context, stock returns are explained by GDP.
What is the relationship between independent and dependent variables?
The independent variable explains the variation in the dependent variable.
In this case, GDP explains stock returns.
What does Yi represent in the linear regression model?
ith observation of the dependent variable, y
Yi is the value we are trying to predict or explain.
What does Xi represent in the linear regression model?
ith observation of the independent variable, X
Xi is the predictor variable used to explain variations in Y.
What is b0 in the context of linear regression?
regression intercept term
bo is the value of Y when X is zero.
What does bi denote in the linear regression model?
regression slope coefficient
bi indicates the change in Y for a one-unit change in X.
What is the significance of the term ei in the linear regression model?
residual for the ith observation (also referred to as the disturbance term or error term)
&i accounts for the difference between the observed and predicted values of Y.
What is the main purpose of the regression process in this model?
estimates an equation for a line through a scatter plot of the data that ‘best’ explains the observed values for Y in terms of the observed values for X
This involves minimizing the sum of the squared residuals.
Fill in the blank: In the linear regression model, Yi = b0 + bi Xi + _____
ei
This term represents the residual for each observation.
What is the form of the linear equation often called the line of best fit?
What does the hat ‘^’ above a variable indicate?
Predicted value
What is the regression line?
The line that minimizes the sum of the squared differences between predicted and actual Y-values
What is the sum of squared errors (SSE)?
The sum of the squared vertical distances between estimated and actual Y-values
True or False: The regression line is the only line that can be drawn through a scatter plot of X and Y.
False
Fill in the blank: The regression line minimizes the sum of the squared differences (vertical distances) between the _______ predicted by the regression equation and the actual Y-values.
Y-values