From: Alex Mizrahi
Subject: least squares
Date: 
Message-ID: <442ffcda$0$15792$14726298@news.sunsite.dk>
Hello, All!

is there some least squares solver in common lisp, that can be easily used?
(without foreign libs)

With best regards, Alex Mizrahi. 
From: ········@yahoo.com
Subject: Re: least squares
Date: 
Message-ID: <1144049015.727529.10290@g10g2000cwb.googlegroups.com>
Alex Mizrahi wrote:
> is there some least squares solver in common lisp, that can be easily used?
> (without foreign libs)

For linear least squares there are some routines in Sapaclisp, which is
hosted on common-lisp.net. Look in ordinary-statistics.lisp.

If it doesn't work out of the box for your implementation, please send
a message to the spaclisp-devel list.

Regards,
              Mario.