blob: aa31e07dcca22c2b1146a23296aa4f262af0e65f (
plain) (
tree)
|
|
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.
WWW: http://search.cpan.org/dist/Algorithm-CurveFit/
|