1 개요
- exponential moving average; EMA, exponentially weighted moving average; EWMA
- 지수 이동 평균, 지수가중이동평균, 가중이동평균
[math]\displaystyle{ s_{n+1} = \alpha \cdot x_n + (1-\alpha) \cdot s_n }[/math]
- [math]\displaystyle{ \alpha }[/math]: 윤활계수 ( [math]\displaystyle{ 0 \lt \alpha \lt 1 }[/math] )
- [math]\displaystyle{ \x_n }[/math]: 최신 정보
- [math]\displaystyle{ \s_n }[/math]: 과거 종합 정보
2 같이 보기
3 참고 자료
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.