- UID
- 217987
- 帖子
- 284
- 主题
- 142
- 注册时间
- 2011-5-25
- 最后登录
- 2012-9-12
|
3#
发表于 2011-7-11 19:34
| 只看该作者
Consider this. You have an apple and an apple tree. The apple comes from the apple tree, not vice versa. The apple is the unit root, and the apple tree is a random walk.
Now, for a more fun explanation------->
My understanding is that a random walk has a unit root.
The unit root simply means that b1 = 1. This means that X(t) will be what X(t-1) was plus some error term. This is where it can get confusing because the error term is supposed to be zero, which would imply that X(t) = X(t-1) = X(t-n)...
That said, a unit root is not a random walk. A random walk (with and without drift) both have a unit root. The unit root simply means that b1 = 1.
_____
For more info, in a random walk, data is noncovariance stationary. You must first difference the data (which means you'll have n-1 observations, remember). First differencing is easy, it's just the difference between the 1 & 2 observation, 2 & 3 observation, and so on.
Once first differenced, T-test the intercept, lagged terms, & autocorrelation of the residuals. If any are statistically significantly different from zero, you have a random walk! (FUN, eh?!)
-----
Now, with a unit root, I think a key thing to remember is that ONE time series is the independent variable and ANOTHER COMPLETELY DIFFERENT times series is the dependent variable. This can be different from a random walk, which is just an AR model (X(t-n) are lagged values of Xt, the dependent variable).
That said, let's say you're using the log of home sales data (you gotta transform sales data, remember, to make it covariance stationary) to explain consumer sentiment (totally unrelated probably, I know, I know). Let's say a unit root exists. That means for a 1 unit change in home sales, you perceive a 1 unit change in consumer sentiment. If so, then the data is not covariance stationary, and a unit root may exist. You use Dickey-Fuller (Engle-Granger) T-stats to test for unit root.
Then, you go on to testing for cointegration, but thats above my paygrade. |
|