[Haskell-cafe] Is there a module for multivariate linear regression?

Lihn, Steve horng_twu_lihn at merck.com
Tue Nov 6 09:50:06 EST 2007


Thanks. I have been wondering if there is a Haskell interface to Octave
and maybe to Scilab.

Steve

-----Original Message-----
From: Henning Thielemann [mailto:lemming at henning-thielemann.de] 

> I am looking for a Haskell module that will do multivariate linear
> regression. Does someone know which module will do it? That is, the
> equivalent of Perl's Statistics::Regression.pm.
>
>
http://search.cpan.org/~itub/PerlMol-0.35_00.ppm/lib/Statistics/Regressi
on.pm

Maybe you can solve this with the GSL Haskell wrapper and least squares
solutions of simultaneous linear equations.
(Numeric.LinearAlgebra.Algorithms.linearSolve)

http://alberrto.googlepages.com/gslhaskell




------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD
and in Japan, as Banyu - direct contact information for affiliates is 
available at http://www.merck.com/contact/contacts.html) that may be 
confidential, proprietary copyrighted and/or legally privileged. It is 
intended solely for the use of the individual or entity named on this 
message. If you are not the intended recipient, and have received this 
message in error, please notify us immediately by reply e-mail and then 
delete it from your system.

------------------------------------------------------------------------------


More information about the Haskell-Cafe mailing list