Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbboehr/polynomialregression.php
Calculates and returns coefficients for polynomial regression. (composer package)
https://github.com/jbboehr/polynomialregression.php
deus-vult linear-regression php php-library php8 polynomial-regression
Last synced: about 8 hours ago
JSON representation
Calculates and returns coefficients for polynomial regression. (composer package)
- Host: GitHub
- URL: https://github.com/jbboehr/polynomialregression.php
- Owner: jbboehr
- License: gpl-2.0
- Created: 2014-02-11T22:55:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T19:36:50.000Z (3 months ago)
- Last Synced: 2024-12-30T16:48:39.070Z (7 days ago)
- Topics: deus-vult, linear-regression, php, php-library, php8, polynomial-regression
- Language: PHP
- Homepage: http://PolynomialRegression.drque.net/
- Size: 71.3 KB
- Stars: 22
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PolynomialRegression.php
[![GitHub Build Status](https://github.com/jbboehr/PolynomialRegression.php/workflows/ci/badge.svg)](https://github.com/jbboehr/PolynomialRegression.php/actions?query=workflow%3Aci)
[PolynomialRegression.php](http://www.drque.net/Projects/PolynomialRegression/) packaged for composer.
## Contributing
Except for fixes to the changes I made to support autoloading and the basic test suite/CI, please submit any changes [upstream](http://www.drque.net/Projects/PolynomialRegression/) or create your own fork :).