summaryrefslogtreecommitdiff
path: root/lib/average.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17lib: Ensure EWMA does not store wrong intermediate valuesMichael Dalton1-2/+4
2012-03-08lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+2
2010-12-06lib: Improve EWMA efficiency by using bitshiftsBruno Randolf1-8/+12
2010-11-18lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf1-0/+57