Polynomial regression: Difference between revisions

Content added Content deleted
(→‎{{header|Raku}}: use proper module name)
m (→‎{{header|Raku}}: precision)
Line 2,106: Line 2,106:


Le système d'équations peut s'écrire :
Le système d'équations peut s'écrire :
<math>\left(a + b x_i + cx_i^2 = y_i\right)_{i=1\ldots N}</math>, où on cherche <math>(a,b,c)</math>. On considère <math>\mathbb{R}^N</math> et on répartit chaque équation sur chaque dimension:
<math>\left(a + b x_i + cx_i^2 = y_i\right)_{i=1\ldots N}</math>, où on cherche <math>(a,b,c)\in\mathbb{R}^3</math>. On considère <math>\mathbb{R}^N</math> et on répartit chaque équation sur chaque dimension:


<math> (a + b x_i + cx_i^2)\mathbf{e}_i = y_i\mathbf{e}_i</math>
<math> (a + b x_i + cx_i^2)\mathbf{e}_i = y_i\mathbf{e}_i</math>