convert covariance matrix to correlation matrix
Parameters: | cov : array_like, 2d
|
---|---|
Returns: | corr : ndarray (subclass)
return_std : bool
|
Notes
This function does not convert subclasses of ndarrays. This requires that division is defined elementwise. np.ma.array and np.matrix are allowed.