time-varying coefficient

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

jeanbaptiste
Posts: 1
Joined: Sun Aug 05, 2012 8:04 pm

time-varying coefficient

Postby jeanbaptiste » Mon Aug 06, 2012 11:50 pm

Hi guys,

I'm just wondering if it is possible to estimate a time-varying coefficient using eviews. I'm hypothesising that the relationship between my dependant variable and one of my independant variables is not constant but rather that it varies over time.

The specification I would like to model is:

y = c(1) + B(t)*b(t-1) + c(2)*g + c(3)*y + e(t)

where B(t) is the average coefficient for the variable b(t-1) and then I want to calculate an additional time-varying coefficient B'(t) which is the deviation from the average coefficient in time t.

Thus, the actual value of the reaction coefficient for b(t-1) is B(t)+B'(t) and is different for each time period t.

Is this possible? I've tried to estimate it in a state space object but my results don't look right. Here's what I've used:

@signal y = c(1) + sv1*b(-1) + c(2)*g + c(3)*y + [var = exp(c(4))]

@state sv1 = sv1(-1) + [var=exp(c(5))]

Any thoughts or advice would be greatly appreciated!

Thanks in advance.

trubador
Did you use forum search?
Posts: 1520
Joined: Thu Nov 20, 2008 12:04 pm

Re: time-varying coefficient

Postby trubador » Tue Aug 07, 2012 12:32 am

You defined the coefficent as a random walk. Here are other plausible specifications:

Stochastic coefficient:

Code: Select all

@state sv1 = c(6) + [var = exp(c(5))]
AR(1) coefficent:

Code: Select all

@state sv1 = c(6) + c(7)*sv(-1) + [var = exp(c(5))]
Please refer to the manual or search the forum for other possible specifications...


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests