621307ff83
PR: ports/104620 Submitted by: Gea-Suan Lin <gslin at gslin.org>
7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
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/
|