標准差(Standard Deviation) ,是離均差平方的算術平均數(即:方差)的 ... import numpy as np x = [3,11,18,8,9,7,7] x_var = np.var(x) x_std ...
確定! 回上一頁