Polynomial regression: Difference between revisions

Content added Content deleted
(→‎{{header|Raku}}: note about the rationale written in French)
(→‎{{header|Raku}}: use proper module name)
Line 2,128: Line 2,128:
\end{align}</math>
\end{align}</math>


<syntaxhighlight lang="raku" line>use Clifford;
<syntaxhighlight lang="raku" line>use MultiVector;


constant @x1 = <0 1 2 3 4 5 6 7 8 9 10>;
constant @x1 = <0 1 2 3 4 5 6 7 8 9 10>;