Chalkboard - v3.0.1
Preparing search index...
Chalkboard
stat
meanMoving
Function meanMoving
meanMoving
(
arr
:
number
[]
,
windowSize
:
number
)
:
number
[]
Calculates the moving mean of an array.
Parameters
arr
:
number
[]
The array
windowSize
:
number
The size of the moving window
Returns
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v3.0.1
Loading...
Calculates the moving mean of an array.