stats
get standard deviation from covariance matrix
just a shorthand function np.sqrt(np.diag(cov))
cov (array_like, square) – covariance matrix
std – standard deviation from diagonal of cov
ndarray
se_cov