MHB Solving Autocovariance Function $\gamma(t+h,t)$

  • Thread starter Thread starter nacho-man
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion focuses on finding the autocovariance function $\gamma(t+h,t)$ for the process defined by $X_t = Z_t + \theta Z_t$, where ${Z_t}$ is a zero-mean process with variance $\sigma^2$. The derived autocovariance for $h=0$ is $\sigma^2 + \theta^2 \sigma^2$, while for $h=|1|$, it is $2\theta \sigma^2, which contradicts the textbook's answer. The participant expresses confusion regarding the discrepancy for $h=|1|$ and questions whether there is a typo in the textbook. The discussion also hints at a follow-up question based on the responses received. Clarification on the autocovariance calculations is sought to resolve the issue.
nacho-man
Messages
166
Reaction score
0
This one is bugging me!

Let ${Z_t}$ ~ $(0, \sigma^2)$

And $X_t = Z_t + \theta Z_t$

im trying to find the autocovariance function $\gamma(t+h,t)$ And nearly have it, but am struggling with some conceptual issues :S

$\gamma(t+h,t) = \text{COV}[Z_{t+h} + \theta Z_{t-1+h}, Z_t + \theta Z_t-1]$

= $\text{COV}(Z_{t+h}, Z_t) + \theta \text{COV}(Z_{t+h}, Z_{t-1}) + \theta \text{COV}(Z_{t-1+h}, Z_t) + \theta^2 \text{COV}(Z_{t-1+h}, Z_{t-1})$

$\text{COV}(Z_{t+h}, Z_t) = \sigma^2$ (at $h=0$)
$\theta \text{COV}(Z_{t+h}, Z_{t-1})$ = $\theta \sigma^2$ (at $h=-1$)
$ \theta \text{COV}(Z_{t-1+h}, Z_t)$ = $\theta \sigma^2$ (at $h=1$)
$ \theta^2 \text{COV}(Z_{t-1+h}, Z_{t-1})$ = $\theta^2 \sigma^2$ (at $h=0$)

So, to summarise,

for h = 0, autocovariance = $\sigma^2 + \theta^2 \sigma^2$
for h = |1|, autocovariance = $\theta \sigma^2 + \theta \sigma^2$ = $2 \theta \sigma^2$ <<< textbook disagrees here!
f0r h>|1|, autocovariance = 0

The answers are attached to this post, I have a discrepancy for h=|1| and cannot see why. Is there a typo in the book?I Have an additional follow up question, depending on the response i receive for this initial post!

Any help very much appreciated as always,
thank you in advance.
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    34.1 KB · Views: 104
Last edited:
Physics news on Phys.org
nacho said:
This one is bugging me!

Let ${Z_t}$ ~ $(0, \sigma^2)$

And $X_t = Z_t + \theta Z_t$

im trying to find the autocovariance function $\gamma(t+h,t)$ And nearly have it, but am struggling with some conceptual issues :S

$\gamma(t+h,t) = \text{COV}[Z_{t+h} + \theta Z_{t-1+h}, Z_t + \theta Z_t-1]$

= $\text{COV}(Z_{t+h}, Z_t) + \theta \text{COV}(Z_{t+h}, Z_{t-1}) + \theta \text{COV}(Z_{t-1+h}, Z_t) + \theta^2 \text{COV}(Z_{t-1+h}, Z_{t-1})$

$\text{COV}(Z_{t+h}, Z_t) = \sigma^2$ (at $h=0$)
$\theta \text{COV}(Z_{t+h}, Z_{t-1})$ = $\theta \sigma^2$ (at $h=-1$)
$ \theta \text{COV}(Z_{t-1+h}, Z_t)$ = $\theta \sigma^2$ (at $h=1$)
$ \theta^2 \text{COV}(Z_{t-1+h}, Z_{t-1})$ = $\theta^2 \sigma^2$ (at $h=0$)

So, to summarise,

for h = 0, autocovariance = $\sigma^2 + \theta^2 \sigma^2$
for h = |1|, autocovariance = $\theta \sigma^2 + \theta \sigma^2$ = $2 \theta \sigma^2$ <<< textbook disagrees here!
f0r h>|1|, autocovariance = 0

The answers are attached to this post, I have a discrepancy for h=|1| and cannot see why. Is there a typo in the book?I Have an additional follow up question, depending on the response i receive for this initial post!

Any help very much appreciated as always,
thank you in advance.

Because we have zero means:

$$\begin{aligned}\gamma_Z(t+1,t)&=E(Z_{t+1}Z_t)\\
&=E( (X_{t+1}+\theta X_t)(X_{t}+\theta X_{t-1}))\\
&=E(X_{t+1}X_t)+E(X_{t+1}\theta X_{t-1})+E(\theta X_t X_t)+E(\theta X_t \theta X_{t-1})
\end{aligned}$$

Now as the $X_i$s are uncorrelated and independent all the expectations but the third are zero, so:

$$\gamma_Z(t+1,t)=\theta \sigma^2$$

and similarly:

$$\begin{aligned}\gamma_Z(t-1,t)&=E(Z_{t-1}Z_t)\\
&=E( (X_{t-1}+\theta X_{t-2})(X_{t}+\theta X_{t}))\\
&=E(X_{t-1}X_t)+E(X_{t-1}\theta X_{t-1})+E(\theta X_{t-2} X_t)+E(\theta X_{t-2} \theta X_{t-1})
\end{aligned}$$

Now for the same reasons as before all the expectations other than the third are zero and we have as before:

$$\gamma_Z(t-1,t)=\theta \sigma^2$$

.
 
Last edited:
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top