screamer.js
    Preparing search index...

    Function Detrend

    • x[t] minus its rolling mean.

      Parameters

      • windowSize: number = 20

        Window for the trailing rolling mean.

      • 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.