Hi all,
I was wondering if somebody could talk me through how to perform a manual breusch godfrey test after estimating an ARIMA model that contains MA and seasonal terms.
I understand how to estimate the model residuals i am just unsure of the auxiliary regression test equation and the arima/sarima commands
For example,
I run the following model commands:
arima y if tin(..), arima(0,1,1), sarima(1,1,0,12) ( i have monthly data)
b/c i have monthly data i assume i want to check for serial-correlation of order 12? but how do i tell stata this?
If anybody could shed some light it would be greatly appreciated!! i can't find any guidance anywhere online
Thanks
I was wondering if somebody could talk me through how to perform a manual breusch godfrey test after estimating an ARIMA model that contains MA and seasonal terms.
I understand how to estimate the model residuals i am just unsure of the auxiliary regression test equation and the arima/sarima commands
For example,
I run the following model commands:
arima y if tin(..), arima(0,1,1), sarima(1,1,0,12) ( i have monthly data)
b/c i have monthly data i assume i want to check for serial-correlation of order 12? but how do i tell stata this?
If anybody could shed some light it would be greatly appreciated!! i can't find any guidance anywhere online

Thanks
Comment