Closed
Description
It is not clear from the description whether ddof = 1 is available and/or if it is set to 0.
(https://docs.scipy.org/doc/numpy-1.6.0/reference/generated/numpy.var.html)
for large samples, 1 or 0 don't make a lot of difference, but it would be good to know whether it uses N-1 or N.