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
|
459 Discussions
|
Please Login in order to post a comment
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.
Here is HackerRank Mean, Var, and Std in Python solution - https://programmingoneonone.com/hackerrank-mean-var-and-std-solution-in-python.html