Search found 61 matches

by luxu1983
Tue Oct 19, 2010 8:11 pm
Forum: Panel Data
Topic: panel vecm
Replies: 0
Views: 5845

panel vecm

dear
may you provide the code the estimate the Panel Vecm model?
thank you very much :D
now i use pedroni' method get Fully Modified LS residuals , how to estimate the PVECM ?
by luxu1983
Sat Oct 02, 2010 4:20 am
Forum: ARCH and GARCH Models
Topic: bekk parameters
Replies: 9
Views: 48030

bekk parameters

dear
in the bekk model ,the parameters can not be interpreted on an individual basis
the functions of the parameters form the coeffecient of lagged variance ,covariance..
how to calculate the standard error of function of estimated coefficients using RATS? :?: :D
by luxu1983
Sat Jul 03, 2010 2:09 am
Forum: VARs (Vector Autoregression Models)
Topic: Rigobon,Sack(2003)'s VAR
Replies: 8
Views: 17283

Re: Rigobon,Sack(2003)'s VAR

dear
how to get the Impulse Responses mentioned in the paper?
thank you very very much
by luxu1983
Sat Jul 03, 2010 1:52 am
Forum: Panel Data
Topic: Holtz-Eakin-Newey-Rosen example
Replies: 35
Views: 61863

Re: Holtz-Eakin-Newey-Rosen example

dear
How to set instrumental variable, so that each equation is just identified?
by luxu1983
Tue Jun 22, 2010 12:15 pm
Forum: VARs (Vector Autoregression Models)
Topic: Short-and-long run restrictions with VECM
Replies: 21
Views: 44499

Re: Short-and-long run restrictions with VECM

TomDoan wrote:To get the permanent shock, use @StructResids and take the first component. The common trend is just the accumulation of that.
code like this ?
"@structresids(factor=f) resids %regstart() %regend() sresids"
is the first component sresids(1)?
by luxu1983
Mon Jun 21, 2010 7:10 pm
Forum: VARs (Vector Autoregression Models)
Topic: Short-and-long run restrictions with VECM
Replies: 21
Views: 44499

Re: Short-and-long run restrictions with VECM

dear
how to determine the permanent shock and graph the common trend? through weakly exogenous test?
thank you
by luxu1983
Mon Jun 07, 2010 10:13 am
Forum: VARs (Vector Autoregression Models)
Topic: Accumulated Responses
Replies: 1
Views: 4686

Accumulated Responses

dear
how can i calculate the Accumulated Respones?
using
impulse(model=var,results=imp,steps=100)
by luxu1983
Wed Jun 02, 2010 11:16 am
Forum: Panel Data
Topic: covaricance matrix of panel data Simultaneous-Equations Mo
Replies: 3
Views: 8462

Re: covaricance matrix of panel data Simultaneous-Equations Mo

thank
yes it is just example
2 equations can get 2*2 matrix
does it calculate through stacking uit or vit by T as two series?
by luxu1983
Wed Jun 02, 2010 6:13 am
Forum: Panel Data
Topic: covaricance matrix of panel data Simultaneous-Equations Mo
Replies: 3
Views: 8462

covaricance matrix of panel data Simultaneous-Equations Mo

in the panel data Simultaneous-Equations Models
how can i calcuate the covaricance matrix of vit and uit :?:
my model is
yit =B*xit+vit
xit= A*yit+C*zit+uit
by luxu1983
Sat May 22, 2010 9:55 pm
Forum: Panel Data
Topic: Holtz-Eakin-Newey-Rosen example
Replies: 35
Views: 61863

Re: Holtz-Eakin-Newey-Rosen example

can i get single equation GLS estimator rather than using SUR
by luxu1983
Sat May 22, 2010 11:31 am
Forum: Panel Data
Topic: Holtz-Eakin-Newey-Rosen example
Replies: 35
Views: 61863

Re: Holtz-Eakin-Newey-Rosen example

TomDoan wrote:That's what the 3SLS is at the end. You don't have to do the steps yourself.
in your meaning
3sls at the end is to get the gls estimator
am i right?

is it necessary to add the option "update=continuous,zudep"?
by luxu1983
Sat May 22, 2010 5:20 am
Forum: Panel Data
Topic: Holtz-Eakin-Newey-Rosen example
Replies: 35
Views: 61863

Re: Holtz-Eakin-Newey-Rosen example

dear
the author use three steps to get the result
by luxu1983
Thu May 20, 2010 10:32 pm
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17448

Re: Simlating a simple dsge

Here's an example which simulates a model which is log-linearized as part of the solution process, then transformed back to levels. Without seeing how yours is set up, it would be hard to determine the reason for that behavior. * * Stochastic AK model * dec series y k c theta dec real sigma beta n ...
by luxu1983
Thu Mar 25, 2010 11:56 am
Forum: Help With Programming
Topic: Jordan decomposition
Replies: 1
Views: 5341

Jordan decomposition

dear
how can i do Jordan decomposition,if i have matrix a ||1,3|3,2||?
thank you very much :D
by luxu1983
Sat Mar 13, 2010 6:41 pm
Forum: VARs (Vector Autoregression Models)
Topic: SVAR and MGARCH
Replies: 5
Views: 11164

Re: SVAR and MGARCH

How do you want to combine them? GARCH generates a time-varying model for the covariance matrix; SVAR generates a time-invariant model for the covariance matrix. There are models like triangular BEKK which restrict how the GARCH variances are built. my meaning is "let the mean equation as the ...