https://github.com/anis-marrouchi/polynomial-regression
DeQue Polynomial Regression a PHP library adapted to use PSR for autoloading
https://github.com/anis-marrouchi/polynomial-regression
Last synced: 7 months ago
JSON representation
DeQue Polynomial Regression a PHP library adapted to use PSR for autoloading
- Host: GitHub
- URL: https://github.com/anis-marrouchi/polynomial-regression
- Owner: anis-marrouchi
- License: gpl-3.0
- Created: 2016-09-05T08:31:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T09:27:00.000Z (almost 9 years ago)
- Last Synced: 2025-03-01T23:47:25.001Z (7 months ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polynomial-regression
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](http://polynomialregression.drque.net/)