An open API service indexing awesome lists of open source software.

https://github.com/louis-finegan/least-squares-method-curve-fitting-python3

Applying the Least-Square-Method to Curve-Fit in python using Numpy.
https://github.com/louis-finegan/least-squares-method-curve-fitting-python3

curve-fitting least-squares numpy

Last synced: about 2 months ago
JSON representation

Applying the Least-Square-Method to Curve-Fit in python using Numpy.

Awesome Lists containing this project

README

          

# Curve-Fitting

Curve fitting data using Numpy. Uses the least square method.
## Overview

### Curve fit types:
1. Linear fit.
2. Exponential fit.
3. Power fit.

### Curve fit types with limits:
4. Limited-Exponential fit.
5. Logistic fit.