Explanation
For an AR(p) model of the form:
Yt=α+β1Yt−1+β2Yt−2+…+βpYt−p+et
The long-term mean (unconditional mean) is given by:
E(Yt)=1−β1−β2−…−βpα
Given parameters:
- α=0.4
- β1=1.5
- β2=−0.7
Calculation:
E(Yt)=1−(1.5−0.7)0.4=1−0.80.4=0.20.4=2
Verification of stationarity:
The sum of AR coefficients is $1.5 + (-0.7) = 0.8 < 1$, which confirms the process is stationary and the long-term mean exists.
Therefore, the long-term mean of the time series is 2.0.