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

feat: Added medianlow and medianHigh functions #4

Merged
merged 1 commit into from Dec 12, 2015

Conversation

JohnClema
Copy link
Contributor

Added median functions that provide low and high functions similar to python statistics ( https://docs.python.org/3/library/statistics.html ). These work as the median function when the number of data points is odd. Though when it is even, the larger of the two middle values is returned. This can be useful when using discrete data sets and you wish to keep them this way, rather than ending up with an interpolated output.

evgenyneu added a commit that referenced this pull request Dec 12, 2015
feat: Added medianlow and medianHigh functions
@evgenyneu evgenyneu merged commit 10ea460 into evgenyneu:master Dec 12, 2015
@evgenyneu
Copy link
Owner

Thank you very much, excellent pull request.

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

2 participants