It seems to have to do with how standard deviation is calculated. >>> import numpy as np >>> a = np.array([[1, 2],[3, 1]]) >>> np.std(a, ...
確定! 回上一頁