marrouchi / polynomial-regression
DeQue Polynomial Regression is a PHP library created by Andrew Que. Adapted to use autoloading.
Installs: 30 353
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.0
This package is not auto-updated.
Last update: 2024-12-21 20:46:59 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