Skip to content

Unified-Software-Solutions/levenberg-marquardt-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

levenberg-marquardt-method

Python implementation of Levenberg-Marquardt algorithm built from scratch using NumPy. Code adapted from Gavin, H.P. (2020), The Levenberg-Marquardt algorithm for nonlinear least squares curve-fitting problems.

fitting_example

How to Use: Input raw data and initial guesses of parameter values into example_LM.py (contains main function) Test data and inputs included for reference Change model fitting equation in levenberg_marquardt.py via 'lm_func' function

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages