Moving average

  • 2025-09-20 (modified: 2025-11-09)
  • 별칭: 이동평균

A calculation to analyze data points by creating a series of averages of different selections of the full data set.

A simple moving average (SMA) is the unweighted mean of the previous kk data-points.

See also

  • Exponential smoothing