pyqt-fit


Curve fitting using PyLab and PyQt4

This is a series of python modules that provide multi-dimensional curve fitting using least square method.

The point of this project is to experiment with random functions, residuals and non-parametric methods of estimating the correctness of the solution.

It currently includes a small set of functions and residuals, but it's extensible. It also provides two different bootstrapping methods, with more to come.

Dependencies: PyQt4, SciPy, Matplotib (pylab)

Optional dependencies: Cython

On Linux, these are all easy to get from your favorite distribution

On Windows, I recommend installing Python(x,y) as it will contain all you need

On Mac OS X, go on the respective websites, and install the packages. You might also want to use something like MacPort

The documentation can now be found here: https://pyqt-fit.readthedocs.org/en/latest/index.html

Project Information

The project was created on Jul 30, 2012.

Labels:
Python pyqt scientific plotting curvefitting