Polynomial regression: Difference between revisions

m
→‎{{header|Go}}: library repo move
m (→‎{{header|Go}}: library repo move)
Line 614:
 
=={{header|Go}}==
Least squares solution using QR decomposition and package [http://code.googlegithub.com/p/gomatrixskelterjohn/go.matrix gomatrixgo.matrix].
<lang go>package main
 
import (
"code.google.com/p/gomatrix/matrix"
"fmt"
 
"code.googlegithub.com/p/gomatrixskelterjohn/go.matrix"
)
 
1,707

edits