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

Make covariance and correlation non-allocating #213

Merged
merged 7 commits into from
Jan 21, 2025

Conversation

Shimuuar
Copy link
Collaborator

This required adding new function expectation

Fixes #209

This requires addition of new function expectation. Note it has to be inlined
lest we'll need to allocate boxed wrappers for each element
Following function lost some of their context:

 - Statistics.Correlation.spearman
 - Statistics.Test.StudentT.pairedTTest
@Shimuuar Shimuuar marked this pull request as ready for review January 21, 2025 17:38
@Shimuuar Shimuuar merged commit e629285 into haskell:master Jan 21, 2025
10 checks passed
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.

Correlation is slow/memory intensive
1 participant