Multiple regression: Difference between revisions

Content added Content deleted
m (Undo revision 355213 by Stevegt (talk))
m (→‎{{header|Wren}}: Minor tidy)
Line 3,126: Line 3,126:
{{trans|Kotlin}}
{{trans|Kotlin}}
{{libheader|Wren-matrix}}
{{libheader|Wren-matrix}}
<syntaxhighlight lang="ecmascript">import "/matrix" for Matrix
<syntaxhighlight lang="wren">import "./matrix" for Matrix


var multipleRegression = Fn.new { |y, x|
var multipleRegression = Fn.new { |y, x|