Next: runord, Previous: runmax, Up: Internal Routines [Contents][Index]
runmin(x, width)
Returns the running minimum of the first dimension of x
,
for the specified width
. The result has the same
dimensions as x
. Each element of the result is equal to
the minimum of the width
values nearest that element in
the first dimension.
See also: runmin