No Variance Operator?

Currently, there is neither a symbolic operator or NDArray function for calculating Variance. While this is fairly straightforward to implement with existing operators, this basic statistical functionality should be provided out of the box.

I agree. Related to this I also miss variance-covariance matrixes. They are not so trivial to implement…