เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Identify an ARMA model

Look at (1) the data plots and (2) the sample ACF and PACF of the logged and differenced varve series:

dl_varve <- diff(log(varve))

Use help(varve) to read about the data or use an internet search on varve to learn more.

From the ACF and PACF, which model is the most likely model for dl_varve?

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

ARIMA Models in R

ดูคอร์ส

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำจริง

เปลี่ยนทฤษฎีให้เป็นการลงมือทำด้วยแบบฝึกหัดเชิงโต้ตอบหนึ่งในของเรา

เริ่มแบบฝึกหัด