Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMedian Estimate For Circular Data #245
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Would an implementation for finding the median in circular data (angles, hours...) be of interest here? I recently implemented one in JS from a published paper (original implementation in R).
https://github.com/Sheraff/boids/blob/master/median.js
If so, I can format it to meet the standards.