Sum of coefficient constraint and ARMA
Posted: 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
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