有偏差估计,无偏估计

numpy.std() 求标准差的时候默认是除以 n 的,即是有偏的,np.std无偏样本标准差方式为 ddof = 1;

posted @ 2018-12-08 14:43  TIMLONG  阅读(782)  评论(0编辑  收藏  举报