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