Trend Adjusted Exponential Smoothing (지수 평활법 + 추세 보정)


EWMA (Exponential Weighted Moving Average)


차이 요약

항목 Trend Adjusted Exponential Smoothing EWMA
추세(trend) 반영 O (level + trend 따로 관리) X (단순 smoothing)
수식 복잡도 약간 복잡 (두 단계 업데이트) 단순 (한 단계 업데이트)
예측 성능(추세 있을 때) 좋음 나쁨
사용 목적 데이터가 상승/하락하는 경향이 있을 때 데이터에 빠르게 반응하고 싶을 때