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).
This is also a breaking change in that the
cov
function is renamed tocovariance
. However, I have included a package of aliases. If using cov byimport mir.stat: cov
orimport mir.stat.univariate: cov
, then there should be no effect (only impact is fromimport mir.stat.univariate.descriptive: cov
).