Searched refs:proportiontocut (Results 1 – 1 of 1) sorted by relevance
742 def ltrimboth(l, proportiontocut): argument753 lowercut = int(proportiontocut * len(l))758 def ltrim1(l, proportiontocut, tail='right'): argument770 uppercut = len(l) - int(proportiontocut * len(l))772 lowercut = int(proportiontocut * len(l))2948 def atrimboth(a, proportiontocut): argument2960 lowercut = int(proportiontocut * len(a))2964 def atrim1(a, proportiontocut, tail='right'): argument2976 uppercut = len(a) - int(proportiontocut * len(a))2978 lowercut = int(proportiontocut * len(a))