in reply to formula creating algorithm

Isn't this what "least square fits" is supposed to do? Least squares

For Perl modules, there is Algorithm::CurveFit and Statistics-LineFit as well as PDL::Fit::Polynomial.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
Re^2: formula creating algorithm
by etj (Priest) on May 23, 2022 at 20:03 UTC
Re^2: formula creating algorithm
by robertw (Sexton) on Jul 09, 2012 at 02:22 UTC
    Thanks you guys this is awesome help

    I am well on my way now with these modules and studying linear regression.