in reply to Re: perl code for linear regression
in thread perl code for linear regression

If he follows this link, he'll be lucky first.

Replies are listed 'Best First'.
Re^3: perl code for linear regression
by vit (Friar) on May 15, 2008 at 15:42 UTC
    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?

      Port? Is there any reason to believe it won't work on all systems? And if it doesn't, how is copying the source going to help?

      Maybe you meant to ask if you can install this particular module by copying the source because you have some problem using the directed installation procedure. It looks like you could since it's pure Perl, but there's a big "Module/Install/" directory in the distribution, and I don't know what it does.