screamer.js
    Preparing search index...

    Function ImpulseClip

    • Causal impulse remover, detects spikes on the trend-free first difference.

      Parameters

      • windowSize: number = 20

        Trailing-window length.

      • nSigma: number = 4.0

        Threshold in robust standard deviations (1.4826 * MAD of the differences).

      • output: string = "cleaned"

        "cleaned" replaces outliers with the median, "flag" emits 1.0 at outliers (else 0.0), "nan" replaces outliers with NaN.

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