"자기회귀누적이동평균 ARIMA"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 5개는 보이지 않습니다)
3번째 줄: 3번째 줄:
;자기회귀 누적이동평균, 자기회귀 누적이동평균 모형, ARIMA 모형
;자기회귀 누적이동평균, 자기회귀 누적이동평균 모형, ARIMA 모형
* 자기회귀이동평균(ARMA) 모형의 일반화
* 자기회귀이동평균(ARMA) 모형의 일반화
* AR모델, MA모델, 차분의 개념을 포함하는 모델
* 파라미터: AR모델의 차수(p), 차분의 횟수(d), MA모델의 차수(q)
==예시==
;일부 잘 알려진 특수한 사례들은 자연스럽게 발생하거나 다른 유명 예측모델과 수학적으로 동일하다.
* An ARIMA(0, 1, 0) model (or {{math|I(1)}} model) is given by <math>X_t = X_{t-1} + \varepsilon_t</math> — which is simply a [[random walk]].
* An ARIMA(0, 1, 0) with a constant, given by <math>X_t = c + X_{t-1} + \varepsilon_t</math> — which is a random walk with drift.
* An ARIMA(0, 0, 0) model is a [[white noise]] model.
* An ARIMA(0, 1, 2) model is a Damped Holt's model.
* An ARIMA(0, 1, 1) model without constant is a [[Exponential smoothing#Basic (simple) exponential smoothing (Holt linear)|basic exponential smoothing]] model.<ref name=":0">{{Cite web|url=http://people.duke.edu/~rnau/411arim.htm#arima010|title=Introduction to ARIMA models|website=people.duke.edu|access-date=2016-06-05}}</ref>
* An ARIMA(0, 2, 2) model is given by <math>X_t = 2X_{t-1} - X_{t-2} +(\alpha + \beta - 2) \varepsilon_{t-1} + (1-\alpha)\varepsilon_{t-2} + \varepsilon_{t}</math> — which is equivalent to Holt's linear method with additive errors, or [[Exponential smoothing#Double exponential smoothing|double exponential smoothing]].<ref name=":0" />


==같이 보기==
==같이 보기==
16번째 줄: 27번째 줄:
* {{네이버백과|ARIMA}}
* {{네이버백과|ARIMA}}


[[분류: ARIMA]]
[[분류: 자기상관]]
[[분류: 자기상관]]
[[분류: 시계열]]
[[분류: 시계열 모델]]

2022년 1월 23일 (일) 21:52 기준 최신판

1 개요[ | ]

autoregressive integrated moving average (ARIMA), ARIMA model
자기회귀 누적이동평균, 자기회귀 누적이동평균 모형, ARIMA 모형
  • 자기회귀이동평균(ARMA) 모형의 일반화
  • AR모델, MA모델, 차분의 개념을 포함하는 모델
  • 파라미터: AR모델의 차수(p), 차분의 횟수(d), MA모델의 차수(q)

2 예시[ | ]

일부 잘 알려진 특수한 사례들은 자연스럽게 발생하거나 다른 유명 예측모델과 수학적으로 동일하다.
  • An ARIMA(0, 1, 0) model (or I(1) model) is given by [math]\displaystyle{ X_t = X_{t-1} + \varepsilon_t }[/math] — which is simply a random walk.
  • An ARIMA(0, 1, 0) with a constant, given by [math]\displaystyle{ X_t = c + X_{t-1} + \varepsilon_t }[/math] — which is a random walk with drift.
  • An ARIMA(0, 0, 0) model is a white noise model.
  • An ARIMA(0, 1, 2) model is a Damped Holt's model.
  • An ARIMA(0, 1, 1) model without constant is a basic exponential smoothing model.[1]
  • An ARIMA(0, 2, 2) model is given by [math]\displaystyle{ X_t = 2X_{t-1} - X_{t-2} +(\alpha + \beta - 2) \varepsilon_{t-1} + (1-\alpha)\varepsilon_{t-2} + \varepsilon_{t} }[/math] — which is equivalent to Holt's linear method with additive errors, or double exponential smoothing.[1]

3 같이 보기[ | ]

4 참고[ | ]

  1. 1.0 1.1 “Introduction to ARIMA models”. 《people.duke.edu》. 2016년 6월 5일에 확인함. 
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}