The simple linear function Y[i] = b0 + b1*X[i] + e[i] is the correct model, where Y[i] is the ith observed value of Y, X[i] is the ith observed value of X, and e[i] is the error term. Equivalently, the expected value of Y for a given value of X is b0 + b1*X. The intercept is b0, the expected value of Y when X is 0. the slope is b1, the amount by which the expected value of Y increases when X increases by a unit amount.
The X variable (predictor variable) values are fixed (i.e., X is not a random variable).
The e[i] are independent, and identically normally distributed with mean 0 and the same variance.
The Y variable (response variable) observations are independent.
The variable Y is normally distributed with the same variance as the e[i]. For a given value of X, the variable Y has constant mean.
The normality assumption is required for
hypothesis tests, but not for estimation.
The X variable is also known as the independent variable.
The Y variable is also known as the dependent variable.
Ways to detect before performing the linear regression whether your data violate any assumptions.
Ways to examine linear regression results to detect assumption violations.
Possible alternatives if your data or linear regression results indicate assumption violations.
To properly analyze and interpret the results of simple linear regression, you should be familiar with the following terms and concepts:
Examine the glossary.
Do a keyword search of PROPHET
StatGuide.
Back to StatGuide modeling page.
Back to StatGuide home page.
©1996 BBN Corporation All rights reserved.