StatsBase.jl icon indicating copy to clipboard operation
StatsBase.jl copied to clipboard

Why does `cov` does not take a `mean` keyword argument?

Open theogf opened this issue 4 years ago • 3 comments

It looks like the underlying covm and co are using it and this would possibly save some computation time for the mean_and_cov implementation.

theogf avatar Jan 12 '22 10:01 theogf

I guess it's just that nobody implemented it. Though note that unweighted cov methods live in Statistics rather than StatsBase.

nalimilan avatar Jan 13 '22 14:01 nalimilan

Right, so you just followed their given API. I will make an issue in the Julia repo then.

theogf avatar Jan 14 '22 09:01 theogf

Note that Statistics is in its own repo now: https://github.com/JuliaLang/Statistics.jl

nalimilan avatar Jan 14 '22 10:01 nalimilan