Image
Code

statistical Math Modules

Donald Bagwell

Last edited Apr 17, 2024
Created on Apr 17, 2024
Forked from hmp155Adataset

Added a moving average functions (movingAvg.js) and run the data through a 300 point (5minute) averaging window. the original data is 1hz data. movingAverages = (dataArray,avgWindowSize)

  1. dataArray => the array of data to process
  2. avgWindowSize => number of points to use in moving average
MIT Licensed