Mathematics Previous page   Next Page

Regression and Curve Fitting

It is often useful to find functions that describe the relationship between some variables you have observed. Identification of the coefficients of the function often leads to the formulation of an overdetermined system of simultaneous linear equations. You can find these coefficients efficiently by using the MATLAB backslash operator.

Suppose you measure a quantity y at several values of time t.

The following sections look at three ways of modeling the data:


Previous page  Removing Outliers Polynomial Regression Next page

© 1994-2005 The MathWorks, Inc.