An open API service indexing awesome lists of open source software.

https://github.com/anis-marrouchi/polynomial-regression

DeQue Polynomial Regression a PHP library adapted to use PSR for autoloading
https://github.com/anis-marrouchi/polynomial-regression

Last synced: 7 months ago
JSON representation

DeQue Polynomial Regression a PHP library adapted to use PSR for autoloading

Awesome Lists containing this project

README

          

# polynomial-regression

DeQue Polynomial Regression is a PHP library created by Andrew Que. The library was adapted to use PSR-4 for autoloading with composer in order to be used in any PHP framework such as Symfony.

Polynomial regression is a method of least-square fitting. It can be used to get trendlines. For more information on the library and the concept of polynomial regression, visit the following link: [Polynomial Regression PHP Library](http://polynomialregression.drque.net/)