Multiple regression
Does anyone have source code for a class able to compute multiple linear regression. I've been using the jama for matrix operations.
A previous post was very similar to this, but I was unable to find anything in the linked answers that I could incorporate into what will be a high volume algorithm using multiple regression in several places.
Thanks,
Andy
[381 byte] By [
ANDYAa] at [2007-10-2 22:10:30]

> Does anyone have source code for a class able to
> compute multiple linear regression. I've been using
> the jama for matrix operations.
Requests for source code don't usually go very far here. JAMA has a function for doing QR factorization which should be what you need. If you tell us where you're getting stuck someone may be able to help you.