timely icon indicating copy to clipboard operation
timely copied to clipboard

rate iterator test

Open klucar opened this issue 9 years ago • 0 comments

dividing by the time difference between two samples while calculating the rate of a time series is the correct way. Since we have the filter iterator, it would be interesting to see how dividing by the time compares to doing a moving average rate calculation using the vector: {-0.154303, -0.308607, -0.617213, 0.617213, 0.308607, 0.154303}

klucar avatar Oct 14 '16 15:10 klucar