Autoregressive Process
📂Statistical AnalysisAutoregressive Process
Model
White noise {et}t∈N is defined as in Yt:=ϕ1Yt−1+ϕ2Yt−2+⋯+ϕpYt−p+et and is called an pth order autoregressive process AR(p).
- (1): AR(1):Yt=ϕYt−1+et
- (2): AR(2):Yt=ϕ1Yt−1+ϕ2Yt−2+et
- (p): AR(p):Yt=ϕ1Yt−1+ϕ2Yt−2+⋯+ϕpYt−p+et
- (∞): AR(∞):Yt=et+ϕ1Yt−1+ϕ2Yt−2+⋯
Explanation

AR(p) is called an ‘autoregressive process’ because it literally takes the form of a regression equation where previous times of itself are viewed as independent variables. It is evident that independence among the variables is not assumed. Moreover, it does not require stationarity, and, for example, it is not difficult to surmise that AR(1):Yt=ϕYt−1+et might show simple movements such as increasing, decreasing, or oscillating.