Let us assume that I have time series data of two variable say X and Y for time period 1980-2016 on annual basis. What I want to do is to calculate Xt+1 and Yt+1 based on a condition say growth in X or y each year. such that
Xt+1 = Xt [1+gxt+1]
Yt+1 = Yt [1+gYt+1]
where g is the growth in X or Y across time. I want to forecast the growth by using ARMA model based on 12 months rolling window. And then based on the estimated growth I will calculate Xt+1 and Yt+1 respectively. I hope I have stated my point clear. question arises is it possible? what I am doing is correct? and how to do it?