Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add Welford's algorithm for stable low-memory calculation of mean and variance #6231

@argriffing

Description

@argriffing

Welford's algorithm computes the mean and variance in a way that pays attention to stability while using less memory overhead than the current numpy implementation of variance or standard deviation. See http://stackoverflow.com/questions/32135572, #1696, #3685.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions