pcp icon indicating copy to clipboard operation
pcp copied to clipboard

rollingavg(expr, N)

Open goodwinos opened this issue 4 years ago • 0 comments

implement rollingavg(expr, N) query function. This calculates the rolling average of each N sample values for each time series in the argument expression. Use to "smooth" noisy data over time. Result(s) have the same instance domain as the argument expression. Number of samples in each result series is reduced by N.

goodwinos avatar Dec 08 '20 07:12 goodwinos