Chalkboard - v3.0.1
    Preparing search index...

    Function meanMoving

    • Calculates the moving mean of an array.

      Parameters

      • arr: number[]

        The array

      • windowSize: number

        The size of the moving window

      Returns number[]