676cec04a3
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. from Markus Bergkvist (MAINTAINER), with a tweak by me
8 lines
313 B
Plaintext
8 lines
313 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/12 17:06:32 jasper Exp $
|
|
${P5SITE}/Algorithm/
|
|
${P5SITE}/Algorithm/CurveFit.pm
|
|
@man man/man3p/Algorithm::CurveFit.3p
|
|
share/examples/p5-Algorithm-CurveFit/
|
|
share/examples/p5-Algorithm-CurveFit/examplefit.pl
|
|
share/examples/p5-Algorithm-CurveFit/examplefit_generate_data.pl
|