screamer.js
    Preparing search index...

    Function Diff

    • x[t] - x[t-k] (first difference at lag k).

      Parameters

      • windowSize: number = 1

        Lag k for the difference (1 = consecutive).

      • startPolicy: string = "strict"

        Warmup behaviour: 'strict' (NaN until full window), 'expanding' (use partial windows), or 'zero' (treat missing as zero).

      Returns ScreamerOp

      https://screamer.readthedocs.io/en/latest/ for the Python reference and full details.