Multivariate Polynomial Regression
Performs Multivariate Polynomial Regression on multidimensional data. The fits are limited to standard polynomial bases with minor modification options. Feel free to implement a term reduction heuristic.
The functionality is explained in hopefully sufficient detail within the m.file. Feel free to post a comment or inquiry.
No longer requires ANY additional toolboxes!
Head over to http://ahmetcecen.github.io/MultiPolyRegress-MatlabCentral/ or the GitHub page on the right for a full illustrated tutorial. You can also publish Example.m for the same purpose.
Author: Ahmet Cecen, MINED @ Gatech
Citar como
Ahmet Cecen (2025). Multivariate Polynomial Regression (https://github.com/ahmetcecen/MultiPolyRegress-MatlabCentral), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- AI and Statistics > Curve Fitting Toolbox > Linear and Nonlinear Regression >
- MATLAB > Mathematics > Elementary Math > Polynomials >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.4.0.0 | Removed toolbox dependencies completely. |
|
|
1.3.0.0 | Repository renamed. |
|
|
1.2.0.0 | Can now handle rank deficient data matrices. |
|
|
1.1.0.0 | Substantially more detailed explanations. Almost completely revamped output. Stronger goodness of fit measures. |
|
|
1.0.0.0 |