Current version is 1.03.
Distribution from this site.
CPAN site
Algorithm-CurveFit ================== Algorithm::CurveFit implements a nonlinear least squares curve fitting algorithm. That means, it fits a curve of known form (sine-like, exponential, polynomial of degree n, etc.) to a given set of data points. For details about the algorithm and its capabilities and flaws, you're encouraged to read the following MathWorld page: Eric W. Weisstein. "Nonlinear Least Squares Fitting." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/NonlinearLeastSquaresFitting.html INSTALLATION To install this module type the following: perl Build.PL ./Build ./Build test ./Build install On platforms that don't support the "./" notation, that would be: perl Build.PL perl Build perl Build test perl Build install If you wish, you may use the old MakeMaker style instead: perl Makefile.PL make make test make install DEPENDENCIES For list of dependencies that includes versions, please refer to the META.yml file in this distribution. Math::Symbolic Math::MatrixReal Test::More SEE ALSO Current versions of this module may be found on http://steffen-mueller.net or CPAN. Please send your suggestions, inquiries, and feedback to smueller at cpan dot org COPYRIGHT AND LICENCE Copyright (C) 2005-2006 by Steffen Müller This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.6.1 or, at your option, any later version of Perl 5 you may have available.
Revision history for Perl extension Algorithm::CurveFit.
1.03 Mon Dec 18 13:46 2006
- Add an example to the distribution which was sitting on my hard
drive anyway.
1.02 Thu Oct 06 21:14 2005
- Distribution upgrade
- Now uses Module::Build.
- POD coverage tests.
- Better META.yml
- etc.
1.01 Tue Sep 13 21:58 2005
- Added additional parameter checks and more helpful error messages.
- Now also accepts Math::Symbolic trees as formulas.
1.00 Mon Apr 25 16:25 2005
- original version as uploaded to CPAN
(c) 2002-2008 Steffen Müller; All rights reserved.