지수 이동 평균

Jmnote (토론 | 기여)님의 2014년 8월 12일 (화) 06:33 판 (→‎개요)

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 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}