math-php
math-php copied to clipboard
Update linear regression to use QR Decomposition
Using QR decompositions eliminates the need for matrix inverse. It's much less computationally intensive.
Sounds like a good idea.