scipy.stats.tvar
-
scipy.stats.tvar(a, limits=None, inclusive=(1, 1))
- Returns the sample variance of values in an array, (i.e., using
N-1), ignoring values strictly outside the sequence passed to
‘limits’. Note: either limit in the sequence, or the value of
limits itself, can be set to None. The inclusive list/tuple
determines whether the lower and upper limiting bounds
(respectively) are open/exclusive (0) or closed/inclusive (1).