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

i-apellaniz picture i-apellaniz  路  3Comments

helgee picture helgee  路  3Comments

Keno picture Keno  路  3Comments

manor picture manor  路  3Comments

wilburtownsend picture wilburtownsend  路  3Comments