augmented dickey fuller Matlab

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?

답변 (2개)

Hang Qian
Hang Qian 2017년 9월 20일

2 개 추천

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

댓글 수: 1

Jan
Jan 2017년 9월 20일
편집: Jan 2017년 9월 20일
Thanks. But what is c? For example here
is given equation only with noise and the first lagged term
Y(t) = phi * Y(t-1) + noise.

댓글을 달려면 로그인하십시오.

Jan
Jan 2017년 9월 21일

0 개 추천

Thanks. But what is c? For example here
https://en.wikipedia.org/wiki/Dickey%25E2%2580%2593Fuller_test
is given equation only with noise and the first lagged term
Y(t) = phi * Y(t-1) + noise.

카테고리

도움말 센터File Exchange에서 Acoustics, Noise and Vibration에 대해 자세히 알아보기

질문:

Jan
2017년 9월 19일

답변:

Jan
2017년 9월 21일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by