screamer.js
    Preparing search index...

    Function RollingPoly2

    • OLS fit y = a + bt + ct^2 over a trailing window.

      Parameters

      • windowSize: number = 20

        Trailing-window length.

      • derivativeOrder: number = 0

        0 = value, 1 = first derivative, 2 = second derivative.

      • startPolicy: string = "strict"

        Warmup behaviour.

      Returns ScreamerOp

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