In most examples I find ARIMA parameters (p, d, q) to be very small, often 1 or 2.
Is that in practice enough (for p and q especially), or higher values are used, like 10 or 100?
I have found a method to automatically estimate these values using AIC as criteria, but not sure for what range of values to specify.
I should emphasize that I'm working on a Python solution, so automatic parameter detection in R is not an option.
Additionally, I'm also interested in same thing with Seasonal ARIMA.