[Tutor] fit data to equation

Tanmaya Meher meher.tanmay3 at gmail.com
Fri Sep 6 11:35:54 CEST 2013


You can try the below tutorial.

1. http://wiki.scipy.org/Cookbook/FittingData

2. http://people.duke.edu/~ccc14/pcfb/analysis.html

Also, take a look at the below curve fitting tool from optimization tool
set of scipy. I think it will help you better and with ease.

http://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.curve_fit.html

If you are writing program on your own try lambda to define your function,
use some library module like scipy for fitting / optimization and library
module like pylab to plot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130906/f2fa44df/attachment.html>


More information about the Tutor mailing list