I want to calculate the (moduli of the) inverse roots of an autoregressive process of order greater than 2 using coefficient values that I specify and that are not estimated. This is to determine whether the process is stationary or not. I can calculate these for AR(1) and AR(2) processes using standard analytical expressions. Whilst econometric software like EViews will automatically calculate the (moduli of the) inverse roots of an autoregressive process of order greater than 2 where the coefficients are estimated it will not allow me to do this for coefficient values that I specify (as far as I am aware). For example, I can estimate the AR(3) process and obtain the inverse roots (using EViews) based on the estimated coefficients for a, b and c:
Y(t) = a * Y(t-1) + b * Y(t-2) + c * Y(t-3) + u(t)
However, I cannot calculate the inverse roots of this AR(3) process (in EViews) with user-specified coefficients such as a = 0.6, b= 0.4 and c = -0.2. It is this that I want to do.
Hence, my question is, does anyone know how I can calculate ithe inverse roots of a higher -order autoregressive process with user-specified coefficients using software like EViews or Stata or other readily available software?