1
votes

I am new to perl and looking for a package that includes a code to calculate multiple regression.

Something like OLS that is presented here:

wikipedia - estimation methods for multiple regression

Any suggestions?

Thanks!!!

1

1 Answers

4
votes

In general your starting point when looking for Perl packages - if not Google - would be CPAN.

There is a package called Statistics::OLS - it's old, but you could look at the code there.

A CPAN search for "statistics regression" returns 15 packages that you could peruse.