Hi,
Is there a package that has a function doing something similar to Batch updates for simple statistics
In other words, I want to calculate std(vcat(a,b))
and know mean(a), mean(b), std(a), std(b), length(a), length(b), but don’t know a
and b
.