iucm postproc rolling¶
Calculate the rolling mean for the energy consumption
This postprocessing function calculates the rolling mean for the energy consumption
usage: iucm postproc rolling [-h] [-w int] [-o str] [-od str]
Named Arguments¶
| -w, --window | Size of the moving window. This is the number of observations used for calculating the statistic. Each window will be a fixed size. If None, it will be taken from the experiment configuration with a default value of 50. |
| -o, --output | A filename where to save the output. If not given, it is not saved
but may be later used by the evolution() method |
| -od, --odir | The name of the output directory |