Closed laermannjan closed 7 years ago
Seems less scientific as it depends on parameter gamma
which is alters smoothening with growing timesteps.
On the other side it might give a more accurate smoothing when functions start oscillating.
We could use this with a filter ignoring present changes but which is highly sensible to those from a few steps ago and slowly fades off in sensibility.
For now (7b7ce636f6a7d360954c73a85bba0f5431e5f61d) we just use it for an ETA of our experiment.
Use RunningAvg util function instead of or in addition to our sliding window mean calculations(convolution style).