JuliaStats / Statistics.jl

The Statistics stdlib that ships with Julia.
https://juliastats.org/Statistics.jl/dev/
Other
71 stars 40 forks source link

Proposal for moving StatsBase weights framework to stdlib/Statistics #4

Open Nosferican opened 5 years ago

Nosferican commented 5 years ago

The proposal is to migrate the weights framework from StatsBase.jl to Statistics since it goes very tightly with that code. It would also allow the StatsModels pipeline to drop StatsBase in favor of StatsModels (statistical abstraction is being moved there).

nalimilan commented 5 years ago

For those not familiar with this code:

tamasgal commented 3 years ago

Just an update of the documentation URLs:

nalimilan commented 3 years ago

https://github.com/JuliaLang/julia/pull/31395 does most of the work but it's been blocked on design issues regarding the weighted sum, and more generally about whether a weights keyword argument should be used vs. a weighted object.