pcp
                                
                                 pcp copied to clipboard
                                
                                    pcp copied to clipboard
                            
                            
                            
                        rollingavg(expr, N)
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.