vit has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks
I am looking for the perl source code performing linear regression analysis for n variables.

Replies are listed 'Best First'.
Re: perl code for linear regression
by apl (Monsignor) on May 14, 2008 at 23:07 UTC
    When I was younger, I wanted a date with Raquel Welch. Let's see which of us is lucky first.

    In the meantime, you should take a look at this module. Remember, MetaCPAN is your friend!

      If he follows this link, he'll be lucky first.
        Thanks a lot, but I have a stupid question.
        Let's say I do not want to port this module to all platforms I use. Is it possible in this case just to use the source which I guess is provided in this link after description?
Re: perl code for linear regression
by tmaly (Monk) on May 15, 2008 at 04:19 UTC
    For heavy duty statistics you can use RSPerl which is a way to call the R language from Perl. I started using it to do kernel density estimation. You can find the software Here