screamer.js
    Preparing search index...

    Function RollingDownsideDeviation

    • Trailing-window downside semideviation: the RMS of returns falling below a minimum acceptable return.

      Parameters

      • windowSize: number = 20

        Window length in observations.

      • mar: number = 0.0

        Minimum acceptable return; only returns below it contribute.

      • startPolicy: string = "strict"

        Warmup behaviour.

      Returns ScreamerOp

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