Home

exponentiallag

exponentiallag is a conceptual approach used to model delayed responses in time-dependent processes by imposing an exponentially decaying influence of past values on the present output. It is used in time-series analysis, signal processing, and related fields to represent distributed delays that favor recent inputs while allowing older inputs to contribute albeit with decreasing weight.

In continuous time, exponentiallag is described by an impulse response w(s) = (1/τ) e^{-s/τ} for s ≥ 0,

Properties of exponentiallag include linearity and causality; the impulse response is nonnegative and integrates to 1,

Applications of exponentiallag span economics and finance, epidemiology, pharmacokinetics, environmental modeling, and control systems, where responses

See also: lag, distributed lag model, convolution, exponential moving average, low-pass filter. References: standard texts on

with
τ
>
0.
The
lagged
output
y(t)
is
the
convolution
y(t)
=
(x
*
w)(t)
=
∫_0^∞
x(t
-
s)
w(s)
ds.
This
yields
y(t)
=
∫_0^∞
x(t
-
s)
(1/τ)
e^{-s/τ}
ds.
The
parameter
τ
controls
the
speed
of
decay
and
thus
the
effective
lag
length.
In
discrete
time,
a
practical
implementation
is
the
exponential
moving
average
y_t
=
α
x_t
+
(1-α)
y_{t-1},
with
α
∈
(0,1),
which
is
the
discrete
analogue.
ensuring
a
weighted
average
of
past
inputs.
It
provides
a
smoother,
delayed
version
of
the
input
rather
than
a
fixed
lag.
It
can
be
combined
with
other
dynamics,
for
example
in
distributed
lag
models
or
linear
time-invariant
systems.
are
not
instantaneous.
It
can
serve
as
a
smoothing
filter
or
as
a
component
in
distributed
lag
representations.
time-series
analysis
and
signal
processing
discuss
exponential
weighting
and
lag
structures.