statsmodels.stats.moment_helpers.corr2cov¶
- statsmodels.stats.moment_helpers.corr2cov(corr, std)[source]¶
convert correlation matrix to covariance matrix given standard deviation
Notes
This function does not convert subclasses of ndarrays. This requires that multiplication is defined elementwise. np.ma.array are allowed, but not matrices.