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

RFC: Add weights argument to sum #33310

Closed
wants to merge 1 commit into from
Closed

RFC: Add weights argument to sum #33310

wants to merge 1 commit into from

Commits on Sep 18, 2019

  1. Add weights argument to sum

    This will be consistent with the `weights` argument to be added to similar functions
    in Statistics. Since that code is needed notably to computed the weighted `mean`
    in Statistics, I figured it is better to make it public rather than only defining
    internal helpers for `mean`.
    
    This is based on code from StatsBase, of which one part needs to live in LinearAlgebra
    since it depends on BLAS and `dot`.
    nalimilan committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    85e7c62 View commit details
    Browse the repository at this point in the history