We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Numpy
- Mean, Var, and Std
- Discussions
Mean, Var, and Std
Mean, Var, and Std
Sort by
recency
|
462 Discussions
|
Please Login in order to post a comment
For Python3 Platform
It is not mentioned to round the value of standard deviation to 11 digits. I did it just to match the answer
My compact solution…
It's really very annoying that the results HackerRank expects is based on output using an old version of NumPy. After quickly solving the problem, it takes extra time to adjust it to appear the way they like it.