stats.moment_helpers.cov2corr()

statsmodels.stats.moment_helpers.cov2corr

statsmodels.stats.moment_helpers.cov2corr(cov, return_std=False) [source]

convert covariance matrix to correlation matrix

Parameters:

cov : array_like, 2d

covariance matrix, see Notes

Returns:

corr : ndarray (subclass)

correlation matrix

return_std : bool

If this is true then the standard deviation is also returned. By default only the correlation matrix is returned.

Notes

This function does not convert subclasses of ndarrays. This requires that division is defined elementwise. np.ma.array and np.matrix are allowed.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.stats.moment_helpers.cov2corr.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部