J'ai besoin de dériver des expressions analytiques pour la fonction d'autocovariance d'un processus ARMA (2,1) dénoté par:
Donc, je sais que:
donc je peux écrire:
puis, pour dériver la version analytique de la fonction d'autocovariance, j'ai besoin de substituer des valeurs de - 0, 1, 2 ... jusqu'à ce que j'obtienne une récursion qui est valable pour tout supérieur à un entier.
Par conséquent, je remplace et je travaille ceci pour obtenir:
maintenant, je peux simplifier les deux premiers de ces termes, puis remplacer comme précédemment:
puis je multiplie les huit termes qui sont:
So, I am left needing to resolve the four remaining terms. I want to use the same logic for lines 1, 2, 5 and 6 as I used on lines 4 and 7 - for example for line 1:
because .
Similarly for lines 2, 5 and 6. But I have a model solution that suggests the expression for simplifies to:
This suggests my simplification as described above would miss the term with the coefficient - which under my logic should be 0. Is my logic at fault, or is the model solution I found incorrect?
The worked solution also suggest that "analogously" can be found as:
and for :
I hope the question is clear. Any assistance will be much appreciated. Thank you in advance.
This is a question related to my research, and is not in preparation for any exam or coursework.
la source
OK. So the process of writing the post actually pointed me to the solution.
Consider the Expectation terms 1, 2, 5 and 6 from above that I thought should be 0.
Immediately for terms 5 -E[ϵtyt−1] - and 6 - E[ϵtyt−2] : these terms are definitely zero, because yt−1 and yt−2 are independent of ϵt and E[ϵt]=0 .
However, terms 1 and 2 look as though the Expectation is of two correlated variables. So, consider the expressions foryt−1 and yt−2 thus:
And recall term 1 -ϕ1θ1E[ϵt−1yt−1] . If we multiply both sides of the expression for yt−1 by ϵt−1 and then take Expectations, it is clear that all terms on the right hand side except the last become zero (because the values of yt−2 , yt−3 , and ϵt−2 are independent of ϵt−1 and E[ϵt−1]=0 ) to give:
So term 1 becomes+ϕ1θ1σ2ϵ . For term 2, it should be clear that, by the same logic, all terms are zero.
Hence the original model answer was correct.
However, if anyone can suggest an alternative way to obtain a general (even if messy) solution, I would be very pleased to hear it!
la source