How can I apply differencing to my time series using the arima action?
4 vues
Réponse
You can specify the differencing orders using the 'diff' parameter within the 'estimate' options. This parameter accepts a list of integers representing the differencing lags.