Chentao Yang

Results 7 comments of Chentao Yang

the issue is the following, in [moments.jl](https://github.com/JuliaStats/StatsBase.jl/blob/a0e6f1e807a84a09b5f74431bb0099f4aaed5ae0/src/moments.jl#L167-L175) ``` function mean_and_std(x::RealArray, dim::Int; corrected::Bool=true) m = mean(x, dims=dim) s = std(x, dims=dim, mean=m, corrected=corrected) m, s end ``` and ``` function mean_and_std(x::RealArray,...

> Maybe there was confusion. I was not doing it. I can only do this in the first week of August. Can update by the 7th of August. Sorry. I...

I closed the pull request because I need a bit more time to understand how to modify the weighted std/var considering the same issue of supporting the tuple type as...

Could someone fix this, please? Having this issue since v3.3.4

Interesting. I think this might be useful for others if they encounter the same warnings. I am wondering, besides the warning, does it affect the compiled PDF?