Skip to content

Louis-Finegan/Least-Squares-Method-Curve-Fitting-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Limited-Exponential fit.
  2. Logistic fit.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages