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
Sum of coefficient constraint and ARMA
Moderators: EViews Gareth, EViews Moderator
-
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
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
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
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
Who is online
Users browsing this forum: No registered users and 2 guests
