marrouchi/polynomial-regression

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

Installs: 33 767

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/marrouchi/polynomial-regression

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

This package is not auto-updated.

Last update: 2025-10-12 01:24:08 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