You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Kim van der Linde <ki...@kimvdlinde.com> on 2004/10/21 04:36:43 UTC

[MATH] simple regression implementation

Hi,

Small question. Implementation like TTest, RealMatrix etc do have the 
structure of an interface with an implementation. SimpleRegression does 
not? Any particular reason?

Cheers,

Kim
-- 
http://www.kimvdlinde.com

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [MATH] simple regression implementation

Posted by Phil Steitz <ph...@steitz.com>.
Kim van der Linde wrote:
> Hi,
> 
> Small question. Implementation like TTest, RealMatrix etc do have the 
> structure of an interface with an implementation. SimpleRegression does 
> not? Any particular reason?

No compelling reason.  This was part of the initial code base and has 
never been refactored. Post 1.0, I expect that this class will be 
obsoleted by a more general regression framework.

Phil
> 
> Cheers,
> 
> Kim


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org