-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
move stats functions from Base to StatsBase, move StatsBase to stdlib? #27140
Comments
I've made that proposal before, so +1. A few things to discuss, some of which make the situation more complex:
EDIT: see also #27152 (comment) |
I think we should move everything listed under |
I would think that |
Seems a bit iffy to to have a |
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
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
fix #25571 (comment) (included in JuliaStats/StatsBase.jl#379) fix #23769 (included in JuliaStats/StatsBase.jl#379) fix #27140
fix #25571 (comment) (included in JuliaStats/StatsBase.jl#379) fix #23769 (included in JuliaStats/StatsBase.jl#379) fix #27140
fix #25571 (comment) (included in JuliaStats/StatsBase.jl#379) fix #23769 (included in JuliaStats/StatsBase.jl#379) fix #27140
fix #25571 (comment) (included in JuliaStats/StatsBase.jl#379) fix #23769 (included in JuliaStats/StatsBase.jl#379) fix #27140
Alright i'm obviously 6 months late to this discussion, but I really miss |
|
It doesn't seem ideal to have a tiny number of stats functions in Base, and also have a StatsBase package. These could be consolidated and moved to the stdlib, possibly as
Statistics.jl
.The text was updated successfully, but these errors were encountered: