ComeçarComece de graça

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?

Este exercício faz parte do curso

ARIMA Models in R

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício