|
Thrill
0.1
|
#include <cmath>#include <cstdlib>#include <vector>
Include dependency graph for polynomial_regression.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PolynomialRegression< Type, WithStore > |
| Calculate the regression polynomial \( a_0+a_1x^1+a_2x^2+\cdots+a_nx^n \) from a list of 2D points. More... | |
| struct | PolynomialRegression< Type, WithStore >::Coefficients |
| struct | PolynomialRegression< Type, WithStore >::Point |
| 2D point More... | |
Namespaces | |
| tlx | |