(x[t] - x[t-k]) / x[t-k] - the simple percentage return at lag k.
Lag for the return (1 = consecutive).
https://screamer.readthedocs.io/en/latest/ for the Python reference and full details.
(x[t] - x[t-k]) / x[t-k] - the simple percentage return at lag k.