Search found 8 matches

by arturobandini
Mon Aug 31, 2009 5:18 pm
Forum: Programming
Topic: Alternating GMM estimators
Replies: 7
Views: 7480

Re: Alternating GMM estimators

Thx for the reply again! This is indeed where the problem was... I thought that it was not necessary to restate your options when you just want to store the estimates into the table. Good to know! By the way, a suggestion of mine regarding the Commands Reference might be to link clearly the differen...
by arturobandini
Mon Aug 31, 2009 4:32 pm
Forum: Programming
Topic: Alternating GMM estimators
Replies: 7
Views: 7480

Re: Alternating GMM estimators

Thx for the reply. You're correct.

Here's the right version with the two gmm equations with option for two-step estimator and bandwidth=12 that do not seem to work...

Thx a lot, Art.
by arturobandini
Mon Aug 31, 2009 3:41 pm
Forum: Programming
Topic: Alternating GMM estimators
Replies: 7
Views: 7480

Re: Alternating GMM estimators

Thx for the quick reply!
So here's the programm and the workfile. Just ask if there's anything unclear! The two gmm equations I mentionned are about halfway down in the programm...

Best, Art.
by arturobandini
Mon Aug 31, 2009 1:31 pm
Forum: Programming
Topic: Alternating GMM estimators
Replies: 7
Views: 7480

Alternating GMM estimators

Hi everybody, I'm running a self-written procedure that has among others two equations that I estimate with GMM. I would like to alternate between the two-step, iterative and continuously-updating GMM estimators, as well as with different bandwidth specifications of the Newey-West estimator in order...
by arturobandini
Wed Aug 05, 2009 7:04 am
Forum: Estimation
Topic: Dummy variables within a loop
Replies: 0
Views: 2351

Dummy variables within a loop

Hi, I'm estimating an equation (ch1.ls) within a loop for different values of a threshold (tau), which I model using dummy variables (d_ch1). ' Generate 99 different values for tau smpl 1999M01 2009M03 for !j=1 to 99 tau(!j)=0.28667+!j*(3.19-0.28667)/100 ' Generate corresponding dummy series smpl 19...
by arturobandini
Thu Jul 30, 2009 2:25 pm
Forum: Programming
Topic: How can I retrieve statistics from a View of an object?
Replies: 2
Views: 3981

Re: How can I retrieve statistics from a View of an object?

well everything seems to be ok now!
thanks a lot, this has been very helpful ;)
by arturobandini
Thu Jul 30, 2009 1:55 pm
Forum: Programming
Topic: How can I retrieve statistics from a View of an object?
Replies: 2
Views: 3981

How can I retrieve statistics from a View of an object?

Thank you so much for the quick answer! I'm afraid I'm still stuck, though. Following your suggestion, I have now freeze(table) ch1.wald c(4)=c(8) vector supw(!j)=@val(table(6,4)) When I run the loop I get the alert: "TABLE already exists in "FREEZE(TABLE) ch1...", so I assume the tab...
by arturobandini
Thu Jul 30, 2009 11:35 am
Forum: Programming
Topic: Test Statistic within a loop
Replies: 1
Views: 3746

Test Statistic within a loop

Hi, I'm trying to implement a Sup W statistic. It basically consists of estimating a threshold regression for, say, 100 different threshold values, compute the Wald statistic for each of them, and finally chose the Sup W as the largest values among all Walds... So I run a loop, estimate the regressi...

Go to advanced search