Page 1 of 1

placing restrictions on coefficients sum to one

Posted: Thu Oct 24, 2013 12:23 pm
by Sanjana.R
Hi there,

I am quite new to eviews and I have been trying to estimate a model for my thesis. This model is a PHillips Curve model and I want to put restrictions on previous π_t sum to one.


For more clarification I am posting ym model here.#

π_t=1/4 ( π_(t-1)+π_(t-2)+π_(t-3)+π_(t-4) )+α(u-u*)t+ε_t

where π_t is annualized quarterly inflation rate
1/4 ( π_(t-1)+π_(t-2)+π_(t-3)+π_(t-4) is expected inflation ( expected inflation being an average og past four quarters )


I want my restriction to be that the coefficient of expected inflation to be sum to 1.


Can someone please help me how I command eviews to do this for me! Thank you

Re: placing restrictions on coefficients sum to one

Posted: Thu Oct 24, 2013 12:46 pm
by startz

Code: Select all

ls pi=c(1) + c(2)*pi(-1) + c(3)*pi(-2) + c(4)*pi(-3) + (1-c(2)-c(3)-c(4))*pi(-4)

Re: placing restrictions on coefficients sum to one

Posted: Sat Oct 26, 2013 10:42 am
by Sanjana.R
but how does that work?

Can I assumer the first set of pi-s to be a simple moving average model based on past four quarters? and then do the regression?

Re: placing restrictions on coefficients sum to one

Posted: Sun Mar 18, 2018 9:38 am
by Giansonn
Yes and how can we obtain the coefficient and s.e. of the coefficient thats missing?

Re: placing restrictions on coefficients sum to one

Posted: Sun Mar 18, 2018 10:06 am
by startz
Do a Wald test on 1-c(2)-c(3)-c(4)=0