Input numerical values over time. Get sum, average, highest, lowest, standard deviation on recent or all-time values.
More...
#include <StatisticsHistory.h>
Input numerical values over time. Get sum, average, highest, lowest, standard deviation on recent or all-time values.
- Enumerator:
DC_DISCRETE |
Insert values from one set into the other set, in time order Values at the same time end up in the final set twice Use when you have additional data points to add to a graph
|
DC_CONTINUOUS |
Add values from one set to values from the other set, at corresponding times If value at time t does not exist in the other set, linearly extrapolate value for other set based on nearest two data points longTerm* values are unknown using this method Use to add two graphs together
|
The documentation for this class was generated from the following file: