\(d=0\) Arima(x, order=c(1,0,0), include.drift=FALSE, include.mean=TRUE)
\(m\) is estimated and called intercept
.
\[(x_t-m) = \phi_1 (x_{t-1}-m) + w_t\] Arima(x, order=c(1,0,0), include.drift=TRUE, include.mean=FALSE)
\(\mu\) is estimated and called drift
.
\[x_t = \mu + \phi_1 x_{t-1} + w_t\]