marrouchi/polynomial-regression

DeQue Polynomial Regression is a PHP library created by Andrew Que. Adapted to use autoloading.

v0.2.1.1 2016-10-20 09:17 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:13:41 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