python 中numpy的var,std及cov时间:2023-03-09 04:31:44 var:表示方差, 即各项-均值的平方求和后再除以N , std:表示标准差,是var的平方根。 cov:协方差 ,与var类似,但是除以(N-1)