MinFilter¶ Minimum filter over a sliding window. $ wo 'MinFilter[{1, 5, 2, 8, 3}, 1]' {1, 1, 2, 2, 3}