libmir / mir-stat

Dlang Statistical Package
http://mir-stat.libmir.org/
Other
12 stars 3 forks source link

Add correlation function #104

Closed jmh530 closed 1 year ago

jmh530 commented 1 year ago

This is also a breaking change in that the cov function is renamed to covariance. However, I have included a package of aliases. If using cov by import mir.stat: cov or import mir.stat.univariate: cov, then there should be no effect (only impact is from import mir.stat.univariate.descriptive: cov).