Linear regression:
-
Ordinary least squares regression explained visually: http://setosa.io/ev/ordinary-least-squares-regression/
- github.com/sajari/regression docs: http://godoc.org/github.com/sajari/regression
Multiple regression:
- Multiple regression visualization: http://shiny.stat.calpoly.edu/3d_regression/
Nonlinear and other regressions:
- go-hep.org/x/hep/fit docs: https://godoc.org/go-hep.org/x/hep/fit
- github.com/berkmancenter/ridge docs: https://godoc.org/github.com/berkmancenter/ridge