ndarray-stats icon indicating copy to clipboard operation
ndarray-stats copied to clipboard

Implement a `cov_to_corr()` method

Open multimeric opened this issue 4 years ago • 0 comments

I just had a situation where I wanted to convert from a covariance matrix to a correlation matrix. It would be neat if we could do that with one function call.

This is as much a note to myself to implement this (when I get time) as it is a feature request.

multimeric avatar Aug 02 '21 15:08 multimeric