Skip to content

Improvements to the moving weighted median #80

@jrs65

Description

@jrs65
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions