Nonlinear regression

From Wikipedia, the free encyclopedia

Jump to: navigation, search
See Michaelis-Menten kinetics for details

In statistics, nonlinear regression is a form of regression analysis in which observational data are modeled by a function which is a nonlinear combination of the model parameters and depends on one or more independent variables. The data are fitted by a method of successive approximations.

Contents

[edit] General

The data set consists of m values taken from observations (dependent or response variable), y. The dependent variable is subject to error. This error is assumed to be a random variable, with a mean of zero. Systematic error may be present but its treatment is outside the scope of regression analysis. The independent variable (explanatory variable), x, is error-free. If this is not so, modeling should be done using errors-in-variables model techniques. The independent variables are also called regressors, exogenous variables, input variables and predictor variables. A nonlinear model is one in which the calculated value, f(x,\boldsymbol\beta), is a nonlinear function of the parameters, \boldsymbol\beta. For example, the Michaelis-Menten model for enzyme kinetics

 v = \frac{V_\max[\mbox{S}]}{K_m + [\mbox{S}]}

can be written as

 f(x,\boldsymbol\beta)= \frac{\beta_1 x}{\beta_2 + x}

where β1 is the parameter Vmax, β2 is the parameter Km and [S] is the independent variable, x. This function is nonlinear because the parameters do not occur as a linear combination. Other examples of nonlinear functions include exponential functions, logarithmic functions, trigonometric functions, power functions, Gaussian functions, Lorentzian curves and so on. It should be noted that a large class of functions, such as the exponential or logarithmic functions, can be transformed into a domain in which they are linear. When shifted into their respective domain, standard linear regression can be performed but must be applied with caution. See Linearization, below, for more details.

In general, there is no closed-form expression for the best-fitting parameters, as there is in linear regression. Usually numerical optimization algorithms are applied to determine the best-fitting parameters. Again in contrast to linear regression, there may be many local minima of the function to be optimized. In practice, estimated values of the parameters are used, in conjunction with the optimization algorithm, to attempt to find the global minimum of a sum of squares.

For details concerning nonlinear data modeling see least squares and non-linear least squares.

[edit] Regression statistics

The assumption underlying this procedure is that the model can be approximated by a linear function.

 f(x_i,\boldsymbol\beta)\approx f^0+\sum_j J_{ij}\beta_j

where J_{ij}=\frac{\partial f(x_i,\boldsymbol\beta)}{\partial \beta_j}. It follows from this that the least squares estimators are given by

\hat\boldsymbol\beta \approx \mathbf { (J^TJ)^{-1}J^Ty}.

The nonlinear regression statistics are computed and used as in linear regression statistics, but using J in place of X in the formulas. The linear approximation introduces bias into the statistics. Therefore more caution than usual is required in interpreting statistics derived from a nonlinear model.

[edit] Ordinary and weighted least squares

The best-fit curve is often assumed to be that which minimizes the sum of squared residuals. This is the (ordinary) least squares (OLS) approach. However, in cases where the dependent variable does not have constant variance a sum of weighted squared residuals may be minimized; see weighted least squares. Each weight should ideally be equal to the reciprocal of the variance of the observation, but weights may be recomputed on each iteration, in an iteratively weighted least squares algorithm.

[edit] Linearization

Some nonlinear regression problems can be moved to a linear domain by a suitable transformation of the model formulation.

For example, consider the nonlinear regression problem (ignoring the error):

 y = a e^{b x}. \,\!

If we take a logarithm of both sides, it becomes

 \ln{(y)} = \ln{(a)} + b x, \,\!

suggesting estimation of the unknown parameters by a linear regression of ln(y) on x, a computation that does not require iterative optimization. However, use of a linear transformation requires caution. The influences of the data values will change, as will the error structure of the model and the interpretation of any inferential results. These may not be desired effects. On the other hand, depending on what the largest source of error is, a linear transformation may distribute your errors in a normal fashion, so the choice to perform a linear transformation must be informed by modeling considerations.

For Michaelis-Menten kinetics, the linear Lineweaver–Burk plot

 \frac{1}{v} = \frac{1}{V_\max} + \frac{K_m}{V_\max[S]}

of 1/v against 1/[S] has been much used. However, it is very sensitive to data error and it is strongly biased toward fitting the data in a particular range of the independent variable, [S], its use is strongly deprecated.

[edit] See also

[edit] References

  • G.A.F Seber and C.J. Wild. Nonlinear Regression. New York: John Wiley and Sons, 1989.
  • R.M. Bethea, B.S. Duran and T.L. Boullion. Statistical Methods for Engineers and Scientists. New York: Marcel Dekker, Inc 1985 ISBN 0-8247-7227-X

[edit] External links

Personal tools
Languages