First Difference |
Given a time series of N values x1, x2, x3, …, xN, we can define a time series of first differences yi where i runs from 1 to N - 1:
So in each time step, the first difference is the difference between the value in the next time step, and the value in that time step. An example for a temperature time series appears below.
In the Configure Dataset window you can create a calculated data column of the first differences of any data column.
The first difference is sometimes referred to as a 'running difference'.
See also
First difference calculated column