You are working with the text-only light edition of "H.Lohninger: Teach/Me Data Analysis, Springer-Verlag, Berlin-New York-Tokyo, 1999. ISBN 3-540-14743-8". Click here for further information.
|
|
Regression
Assumptions
As with any other method, linear regression is based on assumptions
which have to be fulfilled for correct results:
-
The expected relationship between X and Y is linear: one should carefully
distinguish linear, curvilinear and non-linear relationships. While curvilinear
relationships can be transformed into
linear ones, non-linear relationships cannot.
-
All measurements are independent of each other; any trend over time, or
any common correlation to a third variable, must be avoided.
-
For each X, the Y values are distributed normally.
-
For each X, the Y-distribution has the same variance (homoscedastic
data). This requirement is often not met, especially with data covering
a large range (several orders of magnitude).
These assumptions should be checked by inspecting the data and
the residuals. One should always look at the X-Y plot, at the histogram
of the residuals, and at the residuals
plotted against Xi.
Last Update: 2004-Jul-03