Search found 4 matches

by mike80
Sat Aug 03, 2013 8:25 am
Forum: Other Time Series Analysis
Topic: Elliott (1999) Pt test
Replies: 0
Views: 4919

Elliott (1999) Pt test

Dear Tom, I compared the test statistics for the PT test of Elliott (1999) obtained by the PerronNgMtest procedure with that obtained by the erstest procedure. For my data, they differ slightly. Can you help me to understand where the difference is coming from? The commands are: @erstest(print,lags=...
by mike80
Tue Mar 22, 2011 6:24 am
Forum: Examples and Sample Code
Topic: Diebold, Rudebusch & Aruoba (2006)—Dynamic Latent Factors
Replies: 13
Views: 26101

Re: Dynamic Latent Factor Model

Dear Tom, I tried to get the shocks from the transition equation (etas in equation 5 on page 313). Is it right that these shocks can be obained by inlcuding the "what" option in the DLM instruction? dlm(startup=%(DRASetup3(),sw=%diag(swdiag)),$ a=a,sw=sw,sv=sv,c=lambda,y=%eqnxvector(yvars,...
by mike80
Mon Mar 23, 2009 8:39 am
Forum: ARCH and GARCH Models
Topic: Multivariate GARCH (MV=EWMA)
Replies: 1
Views: 5841

Multivariate GARCH (MV=EWMA)

I tried to use the EWMA option for multivariate GARCH models. When I understand it correctly, it bases upon the exponential weighted moving average model from risk metrics. If it so, I have problems with the interpretation of the output. I get an “alpha” variable. Usually, the decay parameter is pre...
by mike80
Tue Aug 05, 2008 4:14 am
Forum: State Space Models/DSGE
Topic: Kalman filter function
Replies: 3
Views: 11796

Tsay textbook examples

Dear Tom, I tried to work with the Tsay textbook examples on state space models. When running the tsayp533.prg example, for instance, it stops and I get the message "This Instruction Does Not Have An Option VAR". So, it must have to do with the "var=concentrate" instruction in th...