7.1: Linear Regression: Introduction Flashcards
Regression analysis is a tool for…
Examining whether a variable is useful for explaining another variable.
Sum of squares total (SST) is the sum of…
Squared deviations of the dependent variable from its mean; the variation of the dependent variable.
*Also referred to as the total sum of squares.
Dependent variable is the variable…
Whose variation about its mean is to be explained by the regression; the left-side variable in a regression equation.
*Also referred to as the explained variable. It is typically denoted by Y.
Independent variable is a variable…
Used to explain the dependent variable in a regression; a right-side variable in a regression equation.
*Also referred to as the explanatory variable. Denoted by X.
Simple linear regression (SLR) is a regression…
That summarizes the relation between the dependent variable and a single independent variable.
Intercept is the expected value of…
The dependent variable when the independent variable in a simple linear regression is equal to zero.
Coefficient in a SLR is the coefficient of…
An independent variable that represents the average change in the dependent variable for a one-unit change in the independent variable.
Error term is the difference between…
An observation and its expected value, where the expected value is based on the true underlying population relation between the dependent and independent variables.
*Also known simply as the error.
The linear relation between the dependent and independent variables is described as (formula):
Yi = b0 + b1Xi + εi, i = 1, . . . , n.
Assumptions of the Simple Linear Regression Model include:
1 - Linearity
2 - Homoskedasticity
3 - Independence
4 - Normality