Least Squares - Problem Statement

Problem Statement

The objective consists of adjusting the parameters of a model function to best fit a data set. A simple data set consists of n points (data pairs), i = 1, ..., n, where is an independent variable and is a dependent variable whose value is found by observation. The model function has the form, where the m adjustable parameters are held in the vector . The goal is to find the parameter values for the model which "best" fits the data. The least squares method finds its optimum when the sum, S, of squared residuals

is a minimum. A residual is defined as the difference between the actual value of the dependent variable and the value predicted by the model.

.

An example of a model is that of the straight line. Denoting the intercept as and the slope as, the model function is given by . See linear least squares for a fully worked out example of this model.

A data point may consist of more than one independent variable. For an example, when fitting a plane to a set of height measurements, the plane is a function of two independent variables, x and z, say. In the most general case there may be one or more independent variables and one or more dependent variables at each data point.

Read more about this topic:  Least Squares

Famous quotes containing the words problem and/or statement:

    I don’t have any problem with a reporter or a news person who says the President is uninformed on this issue or that issue. I don’t think any of us would challenge that. I do have a problem with the singular focus on this, as if that’s the only standard by which we ought to judge a president. What we learned in the last administration was how little having an encyclopedic grasp of all the facts has to do with governing.
    David R. Gergen (b. 1942)

    The parent is the strongest statement that the child hears regarding what it means to be alive and real. More than what we say or do, the way we are expresses what we think it means to be alive. So the articulate parent is less a telling than a listening individual.
    Polly Berrien Berends (20th century)