Now std([1, 2, missing]) fails, because varm requires that the second argument is <:Number. As this is a basic functionality in Base I think it would be good to add a custom method handling Missing in Missings.jl.
There are similar failures in many functions in StatsBase, but I guess that this should be handled elswhere? Yes?.
Now
std([1, 2, missing])fails, becausevarmrequires that the second argument is<:Number. As this is a basic functionality in Base I think it would be good to add a custom method handlingMissingin Missings.jl.There are similar failures in many functions in StatsBase, but I guess that this should be handled elswhere? Yes?.