Search found 12 matches
- Sat Feb 09, 2013 8:03 am
- Forum: Looking for Code?
- Topic: Lanne, Lutkepohl and Maciejowska (2010)
- Replies: 0
- Views: 3958
Lanne, Lutkepohl and Maciejowska (2010)
Dear Tom and RATS users, I am wondering how to exploit properties of Markov switching models to identify structural shocks in SVAR models as proposed in Lanne, Lutkepohl and Maciejowska 2010, Journal of Economic Dynamics & Control, "Structural vector autoregressions with Markov switching&qu...
- Mon Jan 28, 2013 7:11 am
- Forum: VARs (Vector Autoregression Models)
- Topic: How to save residuals of a mutilivariate estimation
- Replies: 2
- Views: 6198
Re: How to save residuals of a mutilivariate estimation
Thank you very much for your reply and your explanation. I try to save residuals to implement a test for equality of integration orders (e.g. Hualde 2012, A simple test for equality of integration orders, working paper). Is there a similar test, among RATS procedures, which have escaped my attention...
- Fri Jan 25, 2013 9:55 am
- Forum: VARs (Vector Autoregression Models)
- Topic: How to save residuals of a mutilivariate estimation
- Replies: 2
- Views: 6198
How to save residuals of a mutilivariate estimation
Dear Tom, I estimate a bivariate VARFIMA using the gaussian semi-parametric estimator of Shimotsu (2007, Journal of Econometrics). The source code I use is reported below. Is there a convenient method to save the vector of residuals from a multivariate estimation that use the maximize instruction (a...
- Mon Dec 10, 2012 3:30 am
- Forum: Structural Breaks and Switching Models
- Topic: Dueker (1997) + TVTP
- Replies: 0
- Views: 5103
Dueker (1997) + TVTP
Dear Tom, I am trying to extend the MS-GARCH-NF Dueker (1997) to allow time varying transition probabilities. Unfortunately, I failed to modify correctly the following function: ************************************************************************** * * This does a single step of the Dueker (appr...
- Fri Nov 23, 2012 1:40 pm
- Forum: Help With Programming
- Topic: Instruction DIFFERENCE and the option FRACTION
- Replies: 1
- Views: 5202
Instruction DIFFERENCE and the option FRACTION
Dear Tom, I'm interested in the simulation of type I and type II fractional processes (in the terminology of Marinucci & Robinson 1999, Journal of Statistical Planning and Inference) and I look for some details about the instruction "DIFFERENCE" and the option "FRACTION" when...
- Sun Sep 16, 2012 12:00 pm
- Forum: Looking for Code?
- Topic: Johansen and Nielsen (2012, Econometrica, forthcoming)
- Replies: 1
- Views: 4903
Johansen and Nielsen (2012, Econometrica, forthcoming)
Dear all, I'm interested in the use of the new Matlab package for estimation and testing in the fractionally cointegrated VAR model. This software was proposed by Johansen and Nielsen (2012, Econometrica, forthcoming) and Nielsen and Morin (2012, http://www.econ.queensu.ca/faculty/mon/software/ ). I...
- Thu Apr 19, 2012 2:56 pm
- Forum: Help With Programming
- Topic: Complex matrix to real matrix
- Replies: 7
- Views: 10432
Re: Complex matrix to real matrix
Yes it is. Thank you very much for your help!
Best regards.
Best regards.
- Wed Apr 18, 2012 4:19 am
- Forum: Help With Programming
- Topic: Complex matrix to real matrix
- Replies: 7
- Views: 10432
Re: Complex matrix to real matrix
Thanks for your reply.
Unfortunately I think I cannot use the complex log density of Normal because I perform a Whittle approximation of the Maximum Likelihood.
My problem is like trying to modify the FRACTINT.RPF file in order to estimate a bivariate VARFIMA(1,d,0).
Unfortunately I think I cannot use the complex log density of Normal because I perform a Whittle approximation of the Maximum Likelihood.
My problem is like trying to modify the FRACTINT.RPF file in order to estimate a bivariate VARFIMA(1,d,0).
- Tue Apr 17, 2012 9:42 am
- Forum: Help With Programming
- Topic: Complex matrix to real matrix
- Replies: 7
- Views: 10432
Re: Complex matrix to real matrix
Apologize if I was not clear. I call the %logdensitycv function in a multivariate case. Since my estimator operates in frequency domain, I try to transform my transfer function (that is a complex matrix) into a real matrix: frml logl = %logdensitycv(transfer,periodogram,(float(n)/m)) where "tra...
- Sun Apr 15, 2012 4:43 am
- Forum: Help With Programming
- Topic: Complex matrix to real matrix
- Replies: 7
- Views: 10432
Complex matrix to real matrix
Dear Tom,
I am seeking the most convenient way to transform a complex matrix into a real matrix in a formula (frml)?
Can I use something like ewise instruction?
Best regards.
I am seeking the most convenient way to transform a complex matrix into a real matrix in a formula (frml)?
Can I use something like ewise instruction?
Best regards.
- Wed Mar 14, 2012 1:08 pm
- Forum: Help With Programming
- Topic: About the %logconcdensity function
- Replies: 2
- Views: 5674
Re: About the %logconcdensity function
Many thanks for replying me so quickly and for your comments.
- Wed Mar 14, 2012 8:42 am
- Forum: Help With Programming
- Topic: About the %logconcdensity function
- Replies: 2
- Views: 5674
About the %logconcdensity function
Dear Tom, I am currently trying to replicate the paper of Haldrup and Nielsen (2006), Journal of Econometrics 135. It deals with estimation of Markov Switching process with long memory. Authors use a concentrated likelihood function and I have some difficulties with the implementation of the %logcon...