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

Improvements to the moving weighted median #80

Open
1 of 7 tasks
jrs65 opened this issue Aug 27, 2019 · 0 comments
Open
1 of 7 tasks

Improvements to the moving weighted median #80

jrs65 opened this issue Aug 27, 2019 · 0 comments

Comments

@jrs65
Copy link
Contributor

jrs65 commented Aug 27, 2019

  • Support more than just double types. This is probably just as simple as switching to the Cython fused types
  • Support n-dimensions. I can't decide if this one is hard or not.
  • More options for dealing with missing data.
  • Simplify logic by just inserting data with zero weights into the tree, and have the median return an appropriate value if all data is missing.
  • Use enums for selecting the median method type. Chars are a bit ugly.
  • Move the weight types into templates
  • Split into a separate package. This would be pretty useful to the wider Python/Numpy community
@ljgray ljgray assigned ljgray and unassigned ljgray Aug 30, 2022
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

No branches or pull requests

2 participants