Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve linreg documentation #23769

Closed
andreasnoack opened this issue Sep 19, 2017 · 6 comments
Closed

Improve linreg documentation #23769

andreasnoack opened this issue Sep 19, 2017 · 6 comments
Labels
docs This change adds or pertains to documentation Hacktoberfest Good for Hacktoberfest participants linear algebra Linear algebra

Comments

@andreasnoack
Copy link
Member

andreasnoack commented Sep 19, 2017

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

@andreasnoack andreasnoack added docs This change adds or pertains to documentation linear algebra Linear algebra labels Sep 19, 2017
@alanedelman
Copy link
Contributor

best to use Plots

@fredrikekre fredrikekre added the Hacktoberfest Good for Hacktoberfest participants label Sep 28, 2017
@MatthiasKauer
Copy link

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?

@fredrikekre
Copy link
Member

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

@sblcook
Copy link

sblcook commented Oct 23, 2017

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

@skylanskylion
Copy link

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

@fredrikekre
Copy link
Member

A good start would be to read https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md

fredrikekre added a commit that referenced this issue May 20, 2018
this commit removes cor, cov, median, median!,
middle, quantile, quantile!, std, stdm, var,
varm and linreg and moves them to StatsBase

fix #25571 (comment) (included in StatsBase.jl/#379)
fix #23769 (included in StatsBase.jl/#379)
fix #27140
fredrikekre added a commit that referenced this issue May 20, 2018
this commit removes cor, cov, median, median!,
middle, quantile, quantile!, std, stdm, var,
varm and linreg and moves them to StatsBase

fix #25571 (comment)
    (included in JuliaStats/StatsBase.jl#379)
fix #23769 (included in JuliaStats/StatsBase.jl#379)
fix #27140
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation Hacktoberfest Good for Hacktoberfest participants linear algebra Linear algebra
Projects
None yet
Development

No branches or pull requests

6 participants