-
Notifications
You must be signed in to change notification settings - Fork 40
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
stdm with dims arg is missing #12
Comments
You can use the |
Currently the mean argument has a problem: https://github.com/JuliaLang/julia/blob/2f426e45c24e0d94c11f503aa696a902f1bb6aed/stdlib/Statistics/src/Statistics.jl#L338 uses |
Indeed, good catch. Fortunately that's easy to fix, just replace this with an |
This problem was mentioned in JuliaStats#12.
This problem was mentioned in JuliaStats#12.
Fixed by #68. |
https://github.com/JuliaLang/julia/blob/2f426e45c24e0d94c11f503aa696a902f1bb6aed/stdlib/Statistics/src/Statistics.jl#L381 should also have a dims keyword argument.
The text was updated successfully, but these errors were encountered: