Structs§
- Moving
Window - A moving window that maintains the last N values of type
Tand calculates their arithmetic mean. All values in the window have equal weight and the oldest value is dropped when the window exceeds its configured capacity.
T and calculates their arithmetic
mean. All values in the window have equal weight and the oldest value is dropped when the
window exceeds its configured capacity.