Next: eval, Previous: esegment, Up: Internal Routines [Contents][Index]
esmooth(x [, order, axis])
Exponential asymmetric smoothing. Only elements before and including
the current element enter into the smooth result corresponding to the
current element. The weight of each element drops exponentially with
its distance to the current element. The decay length is
order
and defaults to 3. The dimension along which
smoothing occurs is axis
. If axis
is not
specified, then x
is treated as a one-dimensional array.