Average time series arrays of different length given the same time value in Javascript
I would like to average several time-series arrays of different length using Javascript in an efficient manner. The reason for having different length is because some data is missing in some of the arrays. Time should be used as the…