scipy.stats.var

scipy.stats.var(a, axis=0, bias=False)
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.bayes_mvs

Next topic

scipy.stats.std

This Page

Quick search