Hello guys,
I am currently trying to train myself on non-stationarity, seen as I will probably have to help one of my supervisors at work with it in may/june. I have been given some old sets from work to work with, however I am having some trouble and would love some assistance. I asked one of my colleagues at work and he recommended me this forum, so here goes nothing :-)
I have currently written down 150 observations in stata in the do-file editor by writing:
set obs 150
i have two independent variables x and y, which i have set to x0 = 0 and y0 = 0 by writing:
generate xt = 0
generate yt = 0
I then have the following formulas:
xt = 1.004 * xt-1 + ut (where xt-1 is x at time t-1) and yt = 1.04 * yt-1 + vt
ut and vt are independent normally distributed white noise processes with mean 0 and standard deviation 0.01
I now want to find out whether x and y are stationary and why/why not as well as explaining which time series processes x and y come from.
However, it is at this point that I get quite lost. I think this is an MA(p) model (right?). How do I continue from here in Stata? I would really love some help! Thank you so much everybody and please let me know if you want more inforamtion/pictures etc.
Kind regards,
Austin
Related Posts with Stata stationarity
Confusion About Reduced-Form EstimationI'm using Stata 14 for Mac and I'm exploring a data set. It was going well but I've hit a wall. The…
Command for fixed effects ordered logitIs there a user-developed Stata command for fixed effects ordered logit? I know that xtologit does n…
HotDeck results not reproducibleHi everyone, I'm imputing data using HotDeck. gen income1 = income if treat == 0 hotdeck income1, …
Delete Observations that have no partners in panel dataHello.. i am new in here i got some problem in using STATA i am trying to make panel data but not…
Negative Binomial Regression & NonlinearityNegative binomial regression - which relies on the log-link function - models the expected value of …
Subscribe to:
Post Comments (Atom)
0 Response to Stata stationarity
Post a Comment