numpy.percentile(a, q, axis=None, out=None, overwrite_input=False, interpolation='linear', keepdims=False)
numpy.histogramdd(sample, bins=10, range=None, normed=False, weights=None)
numpy.var(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False)
numpy.ptp(a, axis=None, out=None)
numpy.nanvar(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False)
numpy.histogram(a, bins=10, range=None, normed=False, weights=None, density=None)
numpy.bincount(x, weights=None, minlength=None) Count number of occurrences of each value in array of non-negative ints.
numpy.corrcoef(x, y=None, rowvar=1, bias=, ddof=)
numpy.histogram2d(x, y, bins=10, range=None, normed=False, weights=None)
numpy.nanstd(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False)
Page 2 of 3