摘要: numpy.std() 求标准差的时候默认是除以 n 的,即是有偏的,np.std无偏样本标准差方式为 ddof = 1; 阅读全文
posted @ 2018-12-08 14:43 TIMLONG 阅读(808) 评论(0) 推荐(0)