Why is not the Dickey-Fuller test applied directly on :
$Y_t = \rho Y_{t-1} + u_t$
instead of :
$\Delta Y_t = (\rho-1) Y_{t-1} + u_t$.
Many papers apply the Dicker-Fuller on the first difference operator and later use Augmented Dickey Fuller also with difference operators but not explaining why not dealing directly with $Y_t$.
$\Delta S_t = \alpha + \beta t + (\phi -1) S_{t-1} + e_t$
we have the following hypothesis :
Null Hypothesis: A unit root is present in the autoregressive model (of order 1), the process is non stationary.
Alternative Hypothesis: The model is stationary.
Here what is stationary ? $\Delta S_t$ or $S_t$ or both ?
– Bastiat Oct 16 '18 at 11:49