When first being exposed to methods of model selection in ARIMA class models, I was told that visual inspection of the ACF and PACF (when data is stationary) is satisfactory.
However when compared to the model selection using AIC or BIC we will end up with a different model sometimes.
Attached is the plot of time series data I'm using I am using along with its ACFs and PACFs. Visual inspection would lead us to conclude that the appropriate model would be an AR(1).
However based on the model from AIC (given by the R command auto.arima) the appropriate model is an ARMA(2,2).
In terms of model selection which method of selection is preferred? Visual inspection of ACF and PACF or the use of a selected Information criterion?