Hello,
Multiple linear regression solver was updated to version 1.02
the dynamic link library called "cMatrix.dll" was enhanced and now it's
really stable...
And since i am using an optimized LU factorization method that uses SSE2
instructions to compute the inverse matrix, this will give a more
numerically stable method to compute the inverse. Cause LU factorization
is a more numerically stable method, read here:
http://www.metacademy.org/graphs/concepts/lu_factorization
You can download my multiple linear regression solver from:
https://sites.google.com/site/aminer68/multiple-linear-regression
Thank you,
Amine Moulay Ramdane.