R acf()

Jmnote (토론 | 기여)님의 2020년 12월 18일 (금) 00:13 판 (→‎plot 없음)

1 개요

R acf()
  • "Auto- And Cross- Covariance And -Correlation Function Estimation"

2 plot=F

acf(lh, plot=F)
acf(lh, type = "covariance", plot=F)

3 plot 있음

acf(lh)
acf(lh, type = "covariance")

4 같이 보기

5 참고

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