The Generalized Linear Model (GLZ) is a generalization of the general linear model. In its simplest form, a linear model specifies the (linear) relationship between a dependent (or response) variable Y, and a set of predictor variables, the X's, so that
Y = b0 + b1X1 + b2X2 + ... + bkXk
In this equation b0 is the intercept and the bi values are the regression coefficients computed from the data.
So for example, one could estimate (i.e., predict) spend as a function of income and savings. In this situation linear regression can be used to estimate the respective regression coefficients from a sample of data. For many data analysis problems, estimates of the linear relationships between variables are adequate to describe the observed data, and to make reasonable predictions for new observations.
However, there are many relationships that cannot adequately be summarized by a simple linear equation, for two major reasons: |