Example

Increasing Coefficients as a Heuristic for Weighted Moving Average

A common heuristic for setting the coefficients in a weighted moving average is to use values that increase for more recent items. This gives larger weight to positions that are closer to the current position ii. This can be represented by a sequence of coefficients, βj\beta_j, that are strictly increasing, as shown by the inequality: β1<β2<<βnc1<βnc\beta_1 < \beta_2 < \dots < \beta_{n_c-1} < \beta_{n_c} In this setup, β1\beta_1 would be the coefficient for the oldest item in the moving average window, and βnc\beta_{n_c} would be the coefficient for the most recent item.

Image 0

0

1

Updated 2026-04-22

Contributors are:

Who are from:

Tags

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences