Search found 5 matches

by bjing
Wed Oct 25, 2023 8:24 pm
Forum: Examples and Sample Code
Topic: Cushman & Zha JME 1997
Replies: 19
Views: 87404

Re: Cushman & Zha JME 1997

Sorry for the confusing description. I just want to construct a negative initial shock.

Code: Select all

compute [vector] canmoney=%xcol(faclast,3)
The above code gives positive change, and I want to make it negative.
by bjing
Sat Oct 21, 2023 10:21 pm
Forum: Examples and Sample Code
Topic: Cushman & Zha JME 1997
Replies: 19
Views: 87404

Re: Cushman & Zha JME 1997

Hi, I'm looking at the code and was wondering what I should do if I want to implement a negative interest rate shock. Thanks.
by bjing
Thu Sep 07, 2023 11:43 am
Forum: Examples and Sample Code
Topic: Cushman & Zha JME 1997
Replies: 19
Views: 87404

Re: Cushman & Zha JME 1997

Thanks so much for your timely feedback. I really appreciate it. Actually I tried to make interest rate the shock, and that's the third variable in my system. I made some changes to make it easier to read. compute [vector] rate=%xcol(faclast,3) In this case, if I want to make sure the fourth variabl...
by bjing
Wed Sep 06, 2023 3:14 pm
Forum: Examples and Sample Code
Topic: Cushman & Zha JME 1997
Replies: 19
Views: 87404

Re: Cushman & Zha JME 1997

Thanks for the quick response. I changed my code according to your suggestions. Two questions came up as follows. 1. It seems the response of the interest rate to itself is still negative. 2. The results I get from the Covariance Model-Likelihood - Estimation by BFGS is local optimum, not global opt...
by bjing
Tue Sep 05, 2023 12:39 pm
Forum: Examples and Sample Code
Topic: Cushman & Zha JME 1997
Replies: 19
Views: 87404

Re: Cushman & Zha JME 1997

Hi, I'm new to RATS and now I'm trying to replicate the Cushman and Zha (1997) paper for a course project. I had a relatively large dataset, but for simplicity, I chose the first five domestic variables and two exogenous variables from US. I read the original code of the paper and tried to find answ...