Description:

  • Moving Average
  • Traditional average:
    • Need to have all samples at once
  • Exponential MA:
    • The running interpolation update:
    • Makes recent samples have more weights:
  • Decreasing (alpha) can give converging averages