Julia: Improve linreg documentation

Created on 19 Sep 2017  路  6Comments  路  Source: JuliaLang/julia

Documentation for linreg should explain how to do multiple regression and probably shouldn't use PyPlot.

Hacktoberfest doc linear algebra

Most helpful comment

I think we should remove the plotting completely, and just show the output of linreg.

All 6 comments

best to use Plots

So, this issue is about adding another example for multiple regression and about replacing PyPlot.
By multiple regression you mean sth like $y = a + b1 x1 + b2 x2$ or do you have something more complicated in mind?
Is Plots a good replacement for PyPlot?

I think we should remove the plotting completely, and just show the output of linreg.

I'm interested in working on this. What should I do to get started?

I'm interested in learning in Julia. where do I start?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StefanKarpinski picture StefanKarpinski  路  3Comments

tkoolen picture tkoolen  路  3Comments

dpsanders picture dpsanders  路  3Comments

Keno picture Keno  路  3Comments

iamed2 picture iamed2  路  3Comments