For reasons that I would prefer not to use, I need to filter out a set of values to reduce jitter. For this purpose, I need to be able to compute a list of numbers with the most recent having the greatest effect and the least recent having the least effect. I use a sample of size 10, but this can easily change at some point.
Are there any reasonable simple aging algorithms that I can apply here?
source
share