You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have mean(x; dims) and mean(f, x), but no mean(f, x; dims). Seems we should have that for consistency with sum, which has all three of these methods.
The text was updated successfully, but these errors were encountered:
We have
mean(x; dims)
andmean(f, x)
, but nomean(f, x; dims)
. Seems we should have that for consistency withsum
, which has all three of these methods.The text was updated successfully, but these errors were encountered: