Imposing restrictions on beta
Posted: Mon May 09, 2011 1:31 pm
As I work through the CATS manual, I decided to run the PPP example on page 375 of the RATS User Guide to compare the results. I ran the following:
*** STEP 1 ***
cal(m) 1973:1
open data exdata.rat
data(format=rats) 1973:1 1989:10 pc6it pzunew exritl
*** STEP 2 ***
*
* Transform and normalize the data series
*
set italcpi = 100*log(pc6it/pc6it(1973:1))
set uscpi = 100*log(pzunew/pzunew(1973:1))
set exrat = -100*log(exritl/exritl(1973:1))
*
set pusa = uscpi
set s = exrat
set pita = italcpi
*** STEP 3 ***
source c:\cats2\cats.src
@cats(lags=12,dettrend=none) 1973:01 1989:10
# pusa s pita
After this, I selected rank of Pi of 1 and then have tried to impose the restrictions consistent with pusa - s - pita (i.e., a beta of [1 -1 -1]). I have tried with both the beta = H*phi and the R'beta and the program always crashes. What am I doing incorrectly?
*** STEP 1 ***
cal(m) 1973:1
open data exdata.rat
data(format=rats) 1973:1 1989:10 pc6it pzunew exritl
*** STEP 2 ***
*
* Transform and normalize the data series
*
set italcpi = 100*log(pc6it/pc6it(1973:1))
set uscpi = 100*log(pzunew/pzunew(1973:1))
set exrat = -100*log(exritl/exritl(1973:1))
*
set pusa = uscpi
set s = exrat
set pita = italcpi
*** STEP 3 ***
source c:\cats2\cats.src
@cats(lags=12,dettrend=none) 1973:01 1989:10
# pusa s pita
After this, I selected rank of Pi of 1 and then have tried to impose the restrictions consistent with pusa - s - pita (i.e., a beta of [1 -1 -1]). I have tried with both the beta = H*phi and the R'beta and the program always crashes. What am I doing incorrectly?