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.
- Host: GitHub
- URL: https://github.com/louis-finegan/least-squares-method-curve-fitting-python3
- Owner: Louis-Finegan
- License: mit
- Created: 2022-12-06T17:14:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T16:54:07.000Z (over 3 years ago)
- Last Synced: 2025-02-01T18:36:36.594Z (over 1 year ago)
- Topics: curve-fitting, least-squares, numpy
- Language: Python
- Homepage:
- Size: 23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.