Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 411 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 411 Bytes

PHP Multivariate Regression

This is a pure-PHP library that implements multivariate linear regression using linear algebra. The Moore-Penrose pseudoinverse is used in the computation of the coefficient matrix. The source was written by Shankar Manamalkav, and the original files can be found on his blog.