Sum of coefficient constraint and ARMA

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

fboehlandt
Posts: 83
Joined: Thu Apr 15, 2010 3:54 am

Sum of coefficient constraint and ARMA

Postby fboehlandt » Mon Mar 04, 2013 3:33 am

Hi everyone,
how can i impose the sum of coefficient constraint = 1 for a univariate ARMA model? The following yields 'AR not defined':
y = c(1) + (c(2) / (c(2) + c(3))) * ar(1) + (c(3) / (c(2) + c(3))) * ma(1)
Any help is greatly appreciated

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13604
Joined: Tue Sep 16, 2008 5:38 pm

Re: Sum of coefficient constraint and ARMA

Postby EViews Gareth » Mon Mar 04, 2013 6:04 am

ARMA terms are entered in an equation by expression with the following syntax:

Code: Select all

y=c(1)*x + c(2)*z + [ar(1)=c(3)]

fboehlandt
Posts: 83
Joined: Thu Apr 15, 2010 3:54 am

Re: Sum of coefficient constraint and ARMA

Postby fboehlandt » Mon Mar 04, 2013 7:29 am

Hello Gareth,
thanks for the reply. I suppose I can impose restrictions on the coefficients for an AR[] process using the lagged series. However, I am still struggling imposing the constraints for moving-average process since the error series is not observable. The following yields a syntax error:

y = c(1) + [ar(1)=c(2)/(c(2) + c(3)), ma(1)=c(3)/(c(2) + c(3))]

I am trying to describe an ARMA(p,q) process where the coefficient estimates c(2) + c(3) + c(4) +... = 1


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests