Displaying 1 result from an estimated 1 matches for "espilon2".
Did you mean:
epsilon2
2010 Dec 08
2
VARMA
Hi all,
I want to estimate parameters from a VARMA(p,q)-Modell.
The equations of the model or the model structures is given by:
Xt=beta1+beta2*Xt-1+beta3*Yt-1+epsilon1
Yt=beta4+beta5*Yt-1+espilon2
epsilon1 and espilon2 are white noise.
Xt is given by a vector of n elements e.g. (2, 4, 7, 9, …,n)’ and Yt is
given by a vector of n elements e.g. (4,9,12,17,…,n)’.
The lineVar from tsDyn allows estimating VAR(p)-processes but not
VARMA(p,q)-processes and support not the explained model s...