PyDSS.storage_filters#
Classes
|
Store values at every time point, optionally filtered. |
|
Base class for storage containers. |
|
Stores the max value across time points. |
|
Stores the min value across time points. |
|
Stores a moving average across time points. |
|
Stores the max value of a moving average across time points. |
|
Keeps a running sum of all values and records the total. |