Skip to content
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

implement numpy.mean #8

Closed
Oceania2018 opened this issue Oct 17, 2018 · 3 comments
Closed

implement numpy.mean #8

Oceania2018 opened this issue Oct 17, 2018 · 3 comments

Comments

@Oceania2018
Copy link
Member

Compute the arithmetic mean along the specified axis.
https://docs.scipy.org/doc/numpy-1.15.1/reference/generated/numpy.mean.html

@dotChris90
Copy link
Member

ok - will do this - seems to be easy ;)

@dotChris90
Copy link
Member

ok - pull request for first implementation of mean
keep issue open because API is not full implemented (missing multi dimensional stuff)

@Oceania2018
Copy link
Member Author

Can you do NumPy.hstack first, other contributor is working on NumPy.mean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants