EWMA used instead of average? #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
e60c2fa6d2/main.cpp (L451)
and the following lines calculate an exponentially weighted moving average instead of a regular average.
TODO: Investigate why this is the case or if this makes sense.