Skip to content

Least Squares minimization package from Kapteyn

License

Notifications You must be signed in to change notification settings

aoeftiger/kmpfit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#kmpfit least squares fitting.

Much more info can be found here. http://www.astro.rug.nl/software/kapteyn/kmpfittutorial.html#

Install instructions:

You will need to have numpy install, and matplotlib if you want to run the examples. Use the setup.py file to install the package.

python setup.py install

There are a couple of basic examples included

  • kmpfit/example1.py -- basic line fitting example
  • kmpfit/example2.py -- Fitting a gaussian peak with data that have error bars

About

Least Squares minimization package from Kapteyn

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.4%
  • Python 32.6%