-
Practice>Python>Numpy>Mean, Var, and Stdhackerrank.com 2019. 3. 13. 12:54728x90
Mean, Var, and Std
Problem link : https://www.hackerrank.com/challenges/np-mean-var-and-std/problemDifficulty : EasyTip
- np.set_printoptions(legacy='1.13')
- Still this is required
- Please understand how to use np.mean(), np.var() and np.std()
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Numpy>Inner and Outer (0) 2019.03.13 Practice>Python>Numpy>Dot and Cross (0) 2019.03.13 Practice>Python>Numpy>Min and Max (0) 2019.03.13 Practice>Python>Numpy>Sum and Prod (0) 2019.03.12 Practice>Python>Numpy>Floor, Ceil and Rint (0) 2019.03.12