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

Introduce Welford's online algorithm for variance #116

Merged
merged 27 commits into from
Apr 21, 2023

Conversation

sanmai
Copy link
Owner

@sanmai sanmai commented Apr 14, 2023

References:

For testing:

TODO

  • API consolidation (this adds three methods)
  • Existing method consolidation (min, max could live here as well)
  • Error analysis (compare with the textbook method)
  • Update documentation

README.md Outdated Show resolved Hide resolved
Copy link
Owner Author

@sanmai sanmai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙄

@sanmai sanmai merged commit 12289ac into main Apr 21, 2023
@sanmai sanmai deleted the pr/2023-04/Sample-Variance branch April 21, 2023 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant