var:表示方差,

python 中numpy的var,std及cov

即各项-均值的平方求和后再除以N , 

 

std:表示标准差,是var的平方根。

cov:协方差 ,与var类似,但是除以(N-1)

相关文章: