scipy.stats.mstats.var

scipy.stats.mstats.var(a, axis=None)
Returns the estimated population variance of the values in the passed array (i.e., N-1). Axis can equal None (ravel array first), or an integer (the axis over which to operate).

Previous topic

scipy.stats.mstats.tvar

Next topic

scipy.stats.mstats.variation

This Page

Quick search