JuliaStats / Statistics.jl

The Statistics stdlib that ships with Julia.
https://juliastats.org/Statistics.jl/dev/
Other
70 stars 40 forks source link

No `mean` keyword argument for `cov` #102

Closed theogf closed 2 years ago

theogf commented 2 years ago

Same issue as https://github.com/JuliaStats/StatsBase.jl/issues/751 It seems the rest of the functions std, var take a mean keyword argument. Any reason why it's not the case for cov?

EDIT: This might be a duplicate of #5

nalimilan commented 2 years ago

Yes, closing in favor of #5.