StatsBase.jl
StatsBase.jl copied to clipboard
Why does `cov` does not take a `mean` keyword argument?
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.
I guess it's just that nobody implemented it. Though note that unweighted cov methods live in Statistics rather than StatsBase.
Right, so you just followed their given API. I will make an issue in the Julia repo then.
Note that Statistics is in its own repo now: https://github.com/JuliaLang/Statistics.jl