Open Educational Resources

Curve Fitting: Introduction

Given a set of data (x_i,y_i) with 1\leq i \leq n, curve fitting revolves around finding a mathematical model that can describe the relationship y(x) such that the prediction of the mathematical model would match, as closely as possible, the given data. There are two advantages to finding an appropriate mathematical model with a good fit. The first advantage is the reduction of the data as the mathematical model will often have much fewer parameters than the actual data. The second advantage is the characterization of the response y(x) which allows calculating y for any value for the variable x within the range of applicability of the model.

The first step in curve fitting is to assume a particular mathematical model that might fit the data. The second step is to find the mathematical model parameters that would minimize the sum of the squares of the errors between the model prediction and the data. In these pages we will first present linear regression, which is basically fitting data to a linear mathematical model. Then, we will present nonlinear regression, i.e., fitting data to nonlinear mathematical models.

Lecture Video

Leave a Reply

Your email address will not be published.