Search found 11 matches
- Thu Sep 13, 2012 6:11 pm
- Forum: Looking for Code?
- Topic: Duration dependence testing
- Replies: 1
- Views: 5536
Duration dependence testing
Has anyone written code for estimating the hazard functions based on the Weibull models given by equations 1-4 in "Duration Dependence Testing for Speculative Bubbles" by YS Harman and TW Zuehlke, J. of Economics and Finance, v28 no2 (2004), pp 147-154? If so, I'd be most grateful if you w...
- Thu Aug 30, 2012 4:04 pm
- Forum: Examples and Sample Code
- Topic: Bollerslev and Mikkelson(1996) FIEGARCH Model
- Replies: 22
- Views: 37638
Re: FIEGARCH model
This is "spot on". Thanks very much.
- Thu Oct 28, 2010 4:22 pm
- Forum: Examples and Sample Code
- Topic: Bollerslev and Mikkelson(1996) FIEGARCH Model
- Replies: 22
- Views: 37638
Re: FIEGARCH model
Many thanks for the very useful FIGARCH and FIEGARCH codes provided here. Is there available an extension that provides the generalisation to the HYGARCH model described in J. Davidson (2004) "Moment and memory properties of linear conditional heteroscedasticity models, and a new model", J...
- Thu Jun 10, 2010 2:45 pm
- Forum: Help With Programming
- Topic: generated regressor bias
- Replies: 2
- Views: 6739
Re: generated regressor bias
Thanks very much, Tom, for the helpful information. I'll be alright now.
- Wed Jun 02, 2010 7:10 pm
- Forum: Help With Programming
- Topic: generated regressor bias
- Replies: 2
- Views: 6739
generated regressor bias
If anyone has code for implementing the estimation procedure described in the following paper Pagan, Adrian, 1984, "Econometric Issues in the Analysis of Regressions with Generated Regressors," International Economic Review, No. 25, pp. 22X-A1 I'd be most grateful to obtain a copy. Thanks ...
- Fri May 07, 2010 9:04 pm
- Forum: Help With Programming
- Topic: bootstrapping
- Replies: 4
- Views: 7747
Re: bootstrapping
Hello Tom,
Is it possible to format the COPY command in a manner that will store the transformed series (p_star) as a matrix with the results from each of the 500 draws stored in a separate column, each having
number of rows equal to the number of observations? Thanks very much.
Bert
Is it possible to format the COPY command in a manner that will store the transformed series (p_star) as a matrix with the results from each of the 500 draws stored in a separate column, each having
number of rows equal to the number of observations? Thanks very much.
Bert
- Mon Apr 26, 2010 2:48 am
- Forum: Help With Programming
- Topic: bootstrapping
- Replies: 4
- Views: 7747
Re: bootstrapping
Thank you, Tom.
- Sun Apr 25, 2010 12:43 am
- Forum: Help With Programming
- Topic: bootstrapping
- Replies: 4
- Views: 7747
bootstrapping
As part of a project to test the efficacy of alternative trading rules, I'm need to save results from 500 draws of a bootstrap for subsequent use. In the following code (based on BOOTSIMP.PRG), the COPY command saves results only for the final draw. I've tried placing the COPY command inside and out...
- Mon Mar 08, 2010 1:42 pm
- Forum: Panel Data
- Topic: Panel data e-course?
- Replies: 2
- Views: 7597
Re: Panel data e-course?
I would be interested in such a course as well.
- Thu May 22, 2008 3:11 pm
- Forum: Structural Breaks and Switching Models
- Topic: standard errors in tsayp591
- Replies: 2
- Views: 8532
tsayp591
Thanks for the extra code, which was most helpful.
- Tue May 20, 2008 12:04 am
- Forum: Structural Breaks and Switching Models
- Topic: standard errors in tsayp591
- Replies: 2
- Views: 8532
standard errors in tsayp591
I used the tsayp591.prg to reproduce the results for Markov switching GARCH example from Tsay's Analysis of Financial Time Series, Example 12.6, but cannot obtain the estimated standard errors of the estimated parameters for the two regimes and their differences. I'd be most grateful if anyone could...