Skip to content

Overhaul for std #1119

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

Merged
merged 7 commits into from
Apr 9, 2025
Merged

Overhaul for std #1119

merged 7 commits into from
Apr 9, 2025

Conversation

Jolanrensen
Copy link
Collaborator

Helps #961

  • Simplifies BasicStats file, used by std and (pearson) correlation for the efficient calculation of count, mean, and variance
  • Overhauls the std implementation and public API
  • Adds preliminary kdocs for the ddof default and what it means, needs to be expanded later
  • Fixed some generics nullability for mean and sum
  • Changed rowXOf behavior for min, max, mean, sum, std to go for the value-type instead of the column type

@Jolanrensen Jolanrensen added the enhancement New feature or request label Apr 7, 2025
@Jolanrensen Jolanrensen added this to the 1.0.0-Beta1 (0.16) milestone Apr 7, 2025
@Jolanrensen Jolanrensen self-assigned this Apr 7, 2025
@Jolanrensen Jolanrensen requested a review from Copilot April 7, 2025 18:14
@Jolanrensen Jolanrensen marked this pull request as ready for review April 7, 2025 18:14
Copilot

This comment was marked as resolved.

@Jolanrensen Jolanrensen mentioned this pull request Apr 7, 2025
9 tasks
@Jolanrensen Jolanrensen requested a review from zaleslaw April 7, 2025 18:18
@Jolanrensen Jolanrensen merged commit 1cf9a9a into master Apr 9, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants