From: Borkdude
Subject: examples of multiple linear regression in Lisp
Date: 
Message-ID: <1116841424.155297.226610@z14g2000cwz.googlegroups.com>
Does someone have a good example for me how to solve multiple linear
regression problems in Lisp?

Grtz,
Michiel

From: Marc Battyani
Subject: Re: examples of multiple linear regression in Lisp
Date: 
Message-ID: <1193e776dmjuq18@corp.supernews.com>
"Borkdude" <··············@gmail.com> wrote in message
·····························@z14g2000cwz.googlegroups.com...
> Does someone have a good example for me how to solve multiple linear
> regression problems in Lisp?

I use this:
http://www-cgi.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/mat
h/sapa/0.html

Marc
From: Peter Scott
Subject: Re: examples of multiple linear regression in Lisp
Date: 
Message-ID: <1116862407.992563.244260@g49g2000cwa.googlegroups.com>
There's a (very new) project to modernize the Sapaclisp code at
<http://common-lisp.net/project/sapaclisp/>. Right now it's just the
original code with a few minor fixes and an ASDF system definition.

-Peter