Lag k for the difference (1 = consecutive).
Warmup behaviour: 'strict' (NaN until full window), 'expanding' (use partial windows), or 'zero' (treat missing as zero).
https://screamer.readthedocs.io/en/latest/ for the Python reference and full details.
x[t] - x[t-k] (first difference at lag k).