Re: [eigen] LeastSquares, Pseudo Inverse & Geometry |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] LeastSquares, Pseudo Inverse & Geometry
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 25 Jan 2010 10:01:22 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=HGgdV1gokAY7qBAhaHfG5X/jT4j/qkft3k5BfhmNSKw=; b=LlCqr8mV8F/FC5HvGor+kVgF/SjepslSnE/lPR7AXB6ZOh2TTHqasN8m5cT1PTF1fd R0Sayv9BKraBw5kwft9lkiLM9dfs4V3HlZakPZughvZQzK5pe2wBzv5rHQcnAHBCRclA GoVbhC+SXKDaLqKu9Sn/0HJ9lyN71TeHCw3lc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=hADO2u3efhp7dAg7Z1pdwySZBNy2oy0QgtyOelqElOjA0qag+ywoo/zTTl0XMrB5Aq fykqneEQnsjdUWo6i9abW/4HqI56Ta70bYHeLymng2IKGGr6+cGmnDlgHj+n8zhV3old igWzDog4GqxUY1QCCLcIuJs+tG2WnXIDQKUZw=
2010/1/25 Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>:
>
> Hi all,
>
> I feel uncomfortable with the name of the module "LeastSquares"
> http://eigen.tuxfamily.org/dox-devel/group__LeastSquares__Module.html
Before people more competent than myself do any further theorization:
this module is a remnant of eigen1. It does total least squares, yes.
Feel free to:
- rename it
- rename stuff inside it
- etc
> So my questions are:
> * what do you think of moving those two methods to the Geomerty module, and removing the LeastSquares module ?
sounds reasonable.
> * should we provide methods for linear least squares (which is really nothing more than computing+applying a pseudo inverse ?)
Perhaps fitHyperplane has just enough code inside of it to justify its
existence?
OK to remove linearRegression.
Benoit
>
> ++
> Thomas
> --
> Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
> http://www.freehackers.org/thomas
>
>
>