DataStatMovingAverage Class¶
Namespace: id3.Devices
Definition¶
(C++) Calculates the moving average of data points to provide a smoothed analysis of data trends over time, specifically designed for use in C++ environments.
Methods¶
Name |
Description |
|---|---|
Incorporates a new data point into the moving average calculation, updating the average to reflect recent data trends. |
|
Retrieves the current moving average, reflecting the average value of the specified number of most recent data points. |
|
Specifies the number of data points to consider in the moving average calculation, determining the ‘window’ size of the average. |