Next: runmin, Previous: runcum, Up: Internal Routines [Contents][Index]
runmax(x, width)
Returns the running maximum 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 maximum of the width
values nearest that element in
the first dimension.
See also: runmin