screamer.js
    Preparing search index...

    Function RollingMedianAD

    • Rolling median absolute deviation, median(|x - median|), a robust scale estimate.

      Parameters

      • windowSize: number = 20

        Trailing-window length.

      • startPolicy: string = "strict"

        Warmup handling before the window is full (strict, expanding, or zero).

      Returns ScreamerOp

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