R arima()

Jmnote bot (토론 | 기여)님의 2020년 12월 19일 (토) 16:45 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

R arima()
  • ARIMA 모델링
arima(lh, c(1,0,1), n.cond=3)
## Call:
## arima(x = lh, order = c(1, 0, 1), n.cond = 3)
## 
## Coefficients:
##          ar1     ma1  intercept
##       0.4522  0.1982     2.4101
## s.e.  0.1769  0.1705     0.1358
## 
## sigma^2 estimated as 0.1923:  log likelihood = -28.76,  aic = 65.52

2 같이 보기[ | ]

3 참고[ | ]

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