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

Implement median #75

Merged
merged 2 commits into from
Oct 18, 2021
Merged

Implement median #75

merged 2 commits into from
Oct 18, 2021

Conversation

teubert
Copy link
Collaborator

@teubert teubert commented Oct 15, 2021

Implement median in uncertain data types. This is in preparation for generalization of metrics to use functions from uncertain_data.

For unweighted samples we used the geometric median.

@teubert teubert added the enhancement New feature or request label Oct 15, 2021
@teubert teubert requested a review from portia19 October 15, 2021 23:52
@teubert teubert linked an issue Oct 15, 2021 that may be closed by this pull request
Copy link

@portia19 portia19 left a comment

Choose a reason for hiding this comment

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

These changes are correct and can be merged.

@teubert teubert merged commit ac69c19 into dev Oct 18, 2021
@teubert teubert deleted the feature/median branch October 18, 2021 23:39
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.

Add Median to UncertainData
2 participants