ozlemekici / data_fitting_and_minimization_for_race_car

Data Fitting and Minimization Function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Fitting and Minimization Function

What is least squares method?
The method of least squares is a standard approach in regression analysis to approximate the solution of overdetermined systems by minimizing the sum of the squares of the residuals made in the results of each individual equation. The most important application is in data fitting.

What is optimization minimization?
An optimization problem involves minimizing a function (called the objective function) of several variables, possibly subject to restrictions on the values of the variables defined by a set of constraints.

What is the purpose of this program?
Here we both apply these two methods and compare the two methods.

About the Dataset
Data obtained from an experiment were analyzed. For a race car moving in a tunnel, the following drag forces are measured with respect to the indicated velocity. You can enter or import your own dataset.


Jupyter Notebook and Python files are available.

About

Data Fitting and Minimization Function


Languages

Language:Jupyter Notebook 97.5%Language:Python 2.5%