What does simple linear regression explain?
The variation in a dependent variable using the variation in a single independent variable.
What is the fitted simple linear regression equation?
Ŷi = b0 + b1Xi.
What is the population simple linear regression model?
Yi = b0 + b1Xi + εi.
What does the intercept term represent in simple linear regression?
The value of Y when X = 0.
What does the slope coefficient represent in simple linear regression?
The change in Y for a one-unit change in X.
What is the least squares criterion?
Choose the regression line that minimizes the sum of squared differences between actual and predicted Y values.
What is a residual in regression?
The difference between the actual value of Y and the predicted value of Y.
What are the main assumptions of simple linear regression?
Linear relationship between X and Y, constant variance of residuals, no correlation among residuals, and normally distributed residuals.
What is heteroskedasticity?
A violation of the assumption that the variance of residuals is constant.
What is autocorrelation?
A violation of the assumption that residuals are uncorrelated with one another.
How is the correlation coefficient defined?
rXY = Cov(X,Y) / (σX × σY).
What is the relationship among SST, SSR, and SSE?
SST = SSR + SSE.
What does SST measure?
Total Sum of Squares. The total variation in the dependent variable around its mean.
What does SSR measure?
Regression Sum of Squares. The variation in Y explained by the regression.
What does SSE measure?
Sum of Squared Errors. The unexplained variation in Y, or the sum of squared residuals.
What is MSE?
Mean Squared Error. MSE = SSE / (n - 2).
What is SEE?
SEE = sqrt(MSE), the standard error of estimate.
What does R² measure?
The percentage of total variation in the dependent variable explained by variation in the independent variable.
In simple linear regression, how else can R² be calculated?
As r², the square of the correlation coefficient.
What is the F-statistic in simple linear regression?
F = MSR / MSE, where for simple linear regression MSR = SSR.
What is the null hypothesis for testing the significance of the slope coefficient?
H0: b1 = 0.
What are the degrees of freedom for the t-test on the slope coefficient?
n - 2.
What does it mean if the slope coefficient is significantly different from zero?
The independent variable has explanatory power for the dependent variable.
What is the form of a prediction interval for a forecast?
Ŷ ± tc × sf.