Skip to content

v0.15.0: Added `cor2cov` and `cov2cor` methods. (#261)

Compare
Choose a tag to compare
@ararslan ararslan released this 18 May 17:51
· 322 commits to master since this release
* Added `cor2cov` and `cov2cor` methods.

* Switched to accepting `AbstractMatrix` vs `DenseMatrix`.

* Added an in-place version of cor2cov and update the docs to mention the in-place versions.

* Added in-place specific tests.