I apologize if this has already been answered, however, I either can't find the answer or I've seen it and don't understand it. I need to estimate an ARMA model order from (0,0) to (5,5). Is there a command that would do this range or do I have to individually type (0,0,0) all the way to (5,0,5) This is the code I have now with just this order:
Thank you.
Code:
arima (variable), arima(0,0,0)