UNIT ROOT TESTING ISSUES
Posted: Wed Mar 23, 2011 10:20 am
Dear Tom,
While testing for a unit root, I have used both the @dfunit and @ppunit procedures but I am not sure I fully understand what the options are actually testing. For example, what is the difference in the actual hypothesis tests between the following commands (note IBM4 is just the name of the series).
@dfunit(ttest) IBM4 @ppunit(ttest) IBM4
@dfunit(nottest) IBM4 @ppunit(nottest) IBM4
@dfunit(nottest,trend) IBM4 @ppunit(nottest,trend) IBM
Are these joint hypothesis tests (Ho:(α,β,φ)=(α,0,0) vs Ha: (α,β,φ)≠(α,0,0) where α is the intercept and β is the trend component) or are they just simply testing for a unit root (Ho:φ=0 vs Ha:φ<0) in the presence of an intercept and/or a trend.
Note: The time series models with which I am trying to estimate can be described by:
ΔYt=α+βt+φYt-1+εt
ΔYt=α+φYt-1+εt where εt is iid white noise in both cases.
Also, φ=(ρ-1) where ρ is the original coefficient for the Yt-1 term.
Your help on this matter would be greatly appreciated,
Regards,
Tom
While testing for a unit root, I have used both the @dfunit and @ppunit procedures but I am not sure I fully understand what the options are actually testing. For example, what is the difference in the actual hypothesis tests between the following commands (note IBM4 is just the name of the series).
@dfunit(ttest) IBM4 @ppunit(ttest) IBM4
@dfunit(nottest) IBM4 @ppunit(nottest) IBM4
@dfunit(nottest,trend) IBM4 @ppunit(nottest,trend) IBM
Are these joint hypothesis tests (Ho:(α,β,φ)=(α,0,0) vs Ha: (α,β,φ)≠(α,0,0) where α is the intercept and β is the trend component) or are they just simply testing for a unit root (Ho:φ=0 vs Ha:φ<0) in the presence of an intercept and/or a trend.
Note: The time series models with which I am trying to estimate can be described by:
ΔYt=α+βt+φYt-1+εt
ΔYt=α+φYt-1+εt where εt is iid white noise in both cases.
Also, φ=(ρ-1) where ρ is the original coefficient for the Yt-1 term.
Your help on this matter would be greatly appreciated,
Regards,
Tom