augmented dickey fuller Matlab
8 次查看(过去 30 天)
显示 更早的评论
I need to employ Dickey-Fuller test in Matlab, but instead of this test in Matlab exist only augmented Dickey-Fuller test (adftest). There is the explanation in Matlab help https://www.mathworks.com/help/econ/adftest.html that we can "Conduct a Dickey-Fuller Test Without Augmentation" what is "Test a time series for a unit root using the default autoregression model without augmented difference terms." Does it mean that this case is Dickey-Fuller test (without augmentation) for which I am looking for?
0 个评论
回答(2 个)
Hang Qian
2017-9-20
Hi Jan,
Yes, ADFTEST without augmentation is the standard Dickey-Fuller test, where
Y(t) = c + phi * Y(t-1) + noise,
H0: phi = 1
By augmentation, we mean lagged terms are added to the equation such that
Y(t) = c + phi * Y(t-1) + beta * (Y(t-1)-Y(t-2)) + noise
- Hang Qian
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biotech and Pharmaceutical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!