marrouchi / polynomial-regression
DeQue Polynomial Regression is a PHP library created by Andrew Que. Adapted to use autoloading.
Package info
github.com/anis-marrouchi/polynomial-regression
pkg:composer/marrouchi/polynomial-regression
v0.2.1.1
2016-10-20 09:17 UTC
Requires
- php: >=5.0
This package is not auto-updated.
Last update: 2026-03-15 03:50:58 UTC
README
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