-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
add efficient mean and median for ranges #8089
Conversation
I think it needs a rebase |
Should be fixed now. |
Doesn't this fail for non-integer ranges? |
@Keno, one of the test cases is a non-integer range. Why do you think it would fail? |
Because |
@Keno, even a non-integer range has an integer |
Of course. My fault. |
Okay to merge? |
Not a big deal, but why don't you just let |
@andreasnoackjensen, right, duh. |
add efficient mean and median for ranges
Test time out seemed to be unrelated. |
These are useful (see e.g. JuliaGizmos/Interact.jl#9) and there is no reason for them not to be fast. I actually didn't realize that they were missing.