The DIF functions, DIF1,
DIF2, ..., DIF100, return the first differences between the argument
and its
nth lag. DIF1 can also
be written as DIF. DIF
n is
defined as DIF
n(
x)=
x-LAG
n(
x).
For details about storing
and returning values from the LAG
n queue, see the LAG function.