Search found 8 matches
- Fri Jul 13, 2018 6:07 pm
- Forum: Examples and Sample Code
- Topic: Grier, Henry, et. al. (2004)
- Replies: 7
- Views: 14711
Re: Grier, Henry, et. al. (2004)
Dear Tom, Can you help me with the code to get the impulse-response functions in Kevin B. Grier, Ólan T. Henry, Nilss Olekalns and Kalvinder Shields (2004). The asymmetric effects of uncertainty on inflation and product growth. Journal of Applied Econometrics, vol. 19, No. 5, pp. 551-565 ? In specif...
- Mon Oct 08, 2012 7:16 pm
- Forum: Looking for Code?
- Topic: Auerbach-Gorodnichenko AEJ Smooth Transition VAR
- Replies: 2
- Views: 7536
Re: Auerbach-Gorodnichenko AEJ Smooth Transition VAR
I also would like to get the code
- Sun Apr 01, 2012 1:20 pm
- Forum: Structural Breaks and Switching Models
- Topic: how to explain the theta of SWARCH.rpf
- Replies: 14
- Views: 31983
Re: how to explain the theta of SWARCH.rpf
After reading the Edwards&Susmel paper I think very desirable to get a routine to estimate bivariate swarch(K,q) models, but not assuming a constant correlation matrix but time variyng so as empirical evidence suggests
- Tue Mar 13, 2012 11:43 am
- Forum: Structural Breaks and Switching Models
- Topic: how to explain the theta of SWARCH.rpf
- Replies: 14
- Views: 31983
Re: how to explain the theta of SWARCH.rpf
You would have to post your program and data. That is the program, as you can see, it is modified only to deal with my data OPEN DATA "C:\Users\Usuario\Documents\WinRATS Standard 8.1\TLCAN.xls" DATA(FORMAT=XLS,ORG=COLUMNS) 1 1305 MEX * Convert to percent daily returns * set x = 100.0*log(...
- Mon Mar 12, 2012 4:48 pm
- Forum: Structural Breaks and Switching Models
- Topic: how to explain the theta of SWARCH.rpf
- Replies: 14
- Views: 31983
Re: how to explain the theta of SWARCH.rpf
Dear Tom, when I run the SWARCH.rpf all is ok, but when I run with my own data I can not get values for p's...What can be wrong?...Regards As mentioned above, it estimates the probabilities in logistic index form. To transform those to probabilities add disp %mslogisticp(theta) :?: Using disp %mslo...
- Sat Mar 10, 2012 4:04 pm
- Forum: Structural Breaks and Switching Models
- Topic: how to explain the theta of SWARCH.rpf
- Replies: 14
- Views: 31983
Re: how to explain the theta of SWARCH.rpf
Dear Tom, when I run the SWARCH.rpf all is ok, but when I run with my own data I can not get values for p's...What can be wrong?...Regards
- Sat Mar 10, 2012 2:08 pm
- Forum: Structural Breaks and Switching Models
- Topic: Krolzig MSVAR Examples
- Replies: 2
- Views: 8505
Re: Krolzig MSVAR Examples
Dear Tom, are these Krolzig example files the same coming into WinRats 8.1?...Best regards
- Tue May 03, 2011 11:12 am
- Forum: Examples and Sample Code
- Topic: Mark and Sul OBES 2003 Panel DOLS
- Replies: 4
- Views: 14652
Re: Panel DOLS Mark and Sul, 2003
I have tried to replicate the Mark and Sul (2003) paper and I got only the last two rows (panel estimates), I do not how can I get the single-equations Dols estimates i.e. the countries regressions results shown in the Table 7 at the 678 page...Can someone help me?