Code Examples
A repository of 155 code examples for BeepBeep
|
Compute the cumulative average of a list of numbers over a sliding window. More...
Static Public Member Functions | |
static void | main (String[] args) |
Compute the cumulative average of a list of numbers over a sliding window.
Represented graphically, this example corresponds to the following chain of processors:
Definition at line 49 of file WindowAverage.java.