Search found 4 matches
- Mon Nov 14, 2016 7:51 am
- Forum: Estimation
- Topic: DOLS deterministics partialled out?
- Replies: 0
- Views: 10532
DOLS deterministics partialled out?
Hello, how are the deterministic terms in the DOLS estimator computed (including the deterministics that you can enter in the description field) ? Are they partialled out as de-trended before the estimations ? Or, are they treated as additional variables but without including their first differences...
- Tue Mar 24, 2015 3:18 pm
- Forum: Programming
- Topic: access intercept and trend coefficients after cointreg
- Replies: 1
- Views: 2771
access intercept and trend coefficients after cointreg
Hello, I want to run a cointegration regression for a set of variables var1-var10 and save the coefficients of the regressors to a table: for !x = 1 to 10 table(!x,5) dolscoeff equation hello{!x}.cointreg(METHOD=DOLS,TREND=linear,LLTYPE=AIC,PANMETHOD=GROUPED) var{!x} regressor @determ detvar dolscoe...
- Mon Feb 09, 2015 5:28 am
- Forum: Estimation
- Topic: t-stats grouped DOLS estimator
- Replies: 3
- Views: 3525
Re: t-stats grouped DOLS estimator
You are right. You use the sum of the individual coefficients and divide it by the root of the sum of variances. However, this method (at least in my case) is much more restrictive and leads to lower values of the t-statistic.
- Sat Feb 07, 2015 3:28 pm
- Forum: Estimation
- Topic: t-stats grouped DOLS estimator
- Replies: 3
- Views: 3525
t-stats grouped DOLS estimator
Hello, I recently estimated some relationships using the grouped version of the Dynamic Ordinary Least Square Estimator (DOLS). I run the estimations using panel data, but I also calculated the coefficients as well as the t-stats from individual countryspecific estimates. I noted that these manually...
