Closed smalers closed 4 years ago
The code that supports RunningStatisticTimeSeries needs to be enhanced to add NewMax and NewMin statistics, which can be used, for example, to determine new maximum high daily temperature.
RunningStatisticTimeSeries
NewMax
NewMin
Enhance the code. Close the issue.
The code that supports
RunningStatisticTimeSeries
needs to be enhanced to addNewMax
andNewMin
statistics, which can be used, for example, to determine new maximum high daily temperature.