Theoretical moment question
Posted: Mon Aug 26, 2024 4:22 am
Hi Tom,
For the following process:
y(t) = mu + phi1*y(t-1) + beta*trend + eps(t)
y = series
mu = constant
phi1 = coefficient
beta = coefficient
trend = time-trend
eps = white noise process
I can calculate the E[y(t)] and Var(y(t)) for phi1=1, using recursive back-substitution, but having problems regarding E[y(t)] and Var[y(t)] for |phi1|<1, I get
E[y(t)] = mu*(1 + phi1 + phi1^2 + ... + phi1^(n-1)) +
(phi1^(n))*E[y(0)] +
E[beta*(n) + phi1*beta*(n-1) + phi1^2*beta*(n-2) + ... + phi1^(n-1)*beta*(n)]
As E[eps(t)]=0 by definition, and as |phi1|<1 with n->infinity, the middle-term cancels to zero.
So the first term is
E[y(t)] = mu/(1-phi1) via infinite power series result: from i=0 ∑ to i=(n-1) phi^i = 1/(1-phi1) as per 'textbook(s)'.
Same reason for the beta term and therefore,
E[y(t)] = (mu + beta*(t))/(1-phi1)
Correct?
What about Var[y(t)]?
Regards,
Amarjit
For the following process:
y(t) = mu + phi1*y(t-1) + beta*trend + eps(t)
y = series
mu = constant
phi1 = coefficient
beta = coefficient
trend = time-trend
eps = white noise process
I can calculate the E[y(t)] and Var(y(t)) for phi1=1, using recursive back-substitution, but having problems regarding E[y(t)] and Var[y(t)] for |phi1|<1, I get
E[y(t)] = mu*(1 + phi1 + phi1^2 + ... + phi1^(n-1)) +
(phi1^(n))*E[y(0)] +
E[beta*(n) + phi1*beta*(n-1) + phi1^2*beta*(n-2) + ... + phi1^(n-1)*beta*(n)]
As E[eps(t)]=0 by definition, and as |phi1|<1 with n->infinity, the middle-term cancels to zero.
So the first term is
E[y(t)] = mu/(1-phi1) via infinite power series result: from i=0 ∑ to i=(n-1) phi^i = 1/(1-phi1) as per 'textbook(s)'.
Same reason for the beta term and therefore,
E[y(t)] = (mu + beta*(t))/(1-phi1)
Correct?
What about Var[y(t)]?
Regards,
Amarjit