vietspaceanh opened a new issue #17307: NDArray does not have `std()` method
URL: https://github.com/apache/incubator-mxnet/issues/17307
 
 
   Although `ndarray.mean()` exists, I cannot find the standard deviation 
method for `NDArray'. 
   
   Example:
   ```python
   from mxnet import nd
   a = nd.random.randn(3,3)
   a.std()
   ```
   ```
   AttributeError: 'NDArray' object has no attribute 'std'
   ```
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to