-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Milestone
Description
The suggestion was made to include an array API-compliant median function and include it in ccdproc. The comment and a potential implementation are in a comment on #885.
Some questions to answer:
- Do all of the array libraries have (at a minimum) median along an axis?
- Do all of them have some variant on
nanmedian
? - How does performance of this compare to converting to numpy and using that (ignoring GPU/CPU stuff for the moment)?