| [eigen] a few more points... | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/eigen Archives
] 
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] a few more points...
- From: "Benoit Jacob" <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 2 Jan 2009 22:20:41 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;         d=gmail.com; s=gamma;         h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding           :content-disposition;         bh=BF/oZqSbiYKi3B8vPnTKTFNxFQ/Lnt4kYm2ku60icfE=; b=xgCDHAKsk30Vd4KrQBU26e0AUIdTvRM1WypnJlJF1ceFBtQKPYfHrdA3ibZjlPxNAa       1yNzTYKq276GFqtokjrePoNERvqpwZe8VO4VoAuBkK8stvQz3KczQ5y52qn1N4qukY3D       npt+2JRjmbg8cCW5dMeJySi3tptcRIts/u4sM=
- Domainkey-signature: a=rsa-sha1; c=nofws;         d=gmail.com; s=gamma;    h=message-id:date:from:to:subject:mime-version:content-type           :content-transfer-encoding:content-disposition;         b=WonEF/6ocNbUbR3LBScZtAMoMwdroYtKulcB+k9QZ2ht0zkaj4MvFuaMNxe+wS4rGa mEbjdUo4dmW3ah2BIo0u2UU5KptDzaWkXXWzRxPHutWCTpsRMcHCFE92kLxKnmjTyc28       tCgFEJReYm3QX1lBAix1U4jX5FuoLCdrkvGpI=
Hi List,
1) Should we rename Eigen/Regression to Eigen/LeastSquares?
after all, regression analysis is only one of the things that one can
do with least squares, currently this module is essentially providing
raw least squares, no fancy (non-linear) regression analysis; moreover
other modules like LU are named after the basic algo not after the
common use case -- so naming that module Regression is a bit like
calling the LU module "Solving" and the QR module "Spectral" etc... We
could keep Regression as a
2)
---