marrouchi/polynomial-regression

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

Maintainers

Package info

github.com/anis-marrouchi/polynomial-regression

pkg:composer/marrouchi/polynomial-regression

Statistics

Installs: 35 185

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

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