average-every-five-points
Last Update: 6/11/2018
If you have a column of data and want to calculate the average values of every 5 points:
If you want to get the running average values for a dataset, please try the average command, such as
range aa = [Book1]Sheet1!2; ave -n 2 aa; //average values of 2 points before, 2 points after and itself
Keywords:data reduction, reduce data points, average value, merged values, reduce rows