2006-11-01 02:53:44 +01:00
|
|
|
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.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Algorithm-CurveFit
|