AR (1) è un processo di Markov?


13

Il processo AR (1) come yt=ρyt1+εt un processo di Markov?

Se lo è, allora VAR (1) è la versione vettoriale del processo Markov?

Risposte:


18

Il seguente risultato vale: Se sono valori di assunzione indipendenti in E e f 1 , f 2 , ... sono funzioni f n : F × E F quindi con X n definito ricorsivamente comeϵ1,ϵ2,Ef1,f2,fn:F×EFXn

Xn=fn(Xn1,ϵn),X0=x0F

il processo in F è un processo di Markov che inizia con x 0 . Il processo è omogeneo nel tempo se gli ϵ sono distribuiti in modo identico e tutte le funzioni f sono identiche.(Xn)n0Fx0ϵf

AR (1) e VAR (1) sono entrambi processi indicati in questa forma con

fn(x,ϵ)=ρx+ϵ.

Quindi sono processi Markov omogenei se gli sono iidϵ

Tecnicamente, gli spazi e F necessitano di una struttura misurabile e le funzioni f devono essere misurabili. È abbastanza interessante che un risultato inverso valga se lo spazio F è uno spazio di Borel . Per qualsiasi processo Markov ( X n ) n 0 su uno spazio Borel F ci sono uniformi IID variabili casuali ε 1 , ε 2 , ... in [ 0 , 1 ] e funzioni f n : F ×EFfF(Xn)n0Fϵ1,ϵ2,[0,1] tale che con probabilità uno X n = f n ( X n - 1 , ϵ n ) . Vedi la proposizione 8.6 in Kallenberg,Fondamenti della probabilità moderna.fn:F×[0,1]F

Xn=fn(Xn1,ϵn).

6

Un processo è un processo AR (1) seXt

Xt=c+φXt1+εt

dove gli errori, sono IID. Un processo ha la proprietà Markov ifεt

P(Xt=xt|entire history of the process)=P(Xt=xt|Xt1=xt1)

Dalla prima equazione, la distribuzione di probabilità di dipende chiaramente solo da X t - 1 , quindi sì, un processo AR (1) è un processo di Markov.XtXt1


3
-1, lo stesso motivo di un altro poster. La risposta implica che è facile controllare la proprietà Markov citata. Non lo è, se non dimostrato diversamente. Si noti inoltre che i processi AR (1) possono essere definiti con non-iid, quindi anche questo dovrebbe essere affrontato. εt
mpiktas,

1
Il problema principale è che possiamo facilmente scrivere e quindi l'ultima frase implicherebbe che P ( X t = x t | intera storia ) = P ( X t = x t | X t - 2 = x t - 2 )Xt=c+ϕc+ϕ2Xt2+ϕεt1+εtP(Xt=xt|entire history)=P(Xt=xt|Xt2=xt2).
mpiktas,

Xt2Xt1Xt2Xt1

Xt2 and Xt1 (through the error term εt1). The bottom line is that joint likelihood can be written easily as a product of conditional likelihoods which only require conditioning on the previous time point. Through parameter redundancies you can make it look like the distribution of Xt depends on Xt2 but, once you've conditioned on Xt1, it clearly doesn't. (p.s. I was using a standard definition of an AR(1) process per Shumway and Stoeffer's time series book)
Macro

Note I do not say that the answer is incorrect. I am just nitpicking at the details, i.e. that the second equality is intuitively evident, but if you want to prove it formally it is not so easy, IMHO.
mpiktas

2

What is a Markov process? (loosely speeking) A stochastic process is a first order Markov process if the condition

P[X(t)=x(t)|X(0)=x(0),...,X(t1)=x(t1)]=P[X(t)=x(t)|X(t1)=x(t1)]

holds. Since next value (i.e. distribution of next value) of AR(1) process only depends on current process value and does not depend on the rest history, it is a Markov process. When we observe the state of autoregressive process, the past history (or observations) do not supply any additional information. So, this implies that probability distribution of next value is not affected (is independent on) by our information about the past.

The same holds for VAR(1) being first order multivariate Markov process.


Hm, if εt are not iid, I do not think it holds. Also you did not give a proof, only cited the Markov property.
mpiktas

I thought that Markov Process refers to the continuous case. Usual AR time series are discrete, so it should correspond to a Markov Chain instead of a Markov Process.
joint_p

So we observe state of autoregressive process, Xt. The past history is Xt1,Xt2,.... This does not supply any additional information?
mpiktas

@joint_p, the terminology is not completely consistent in the literature. Historically, as I see it, the usage of "chain" instead of "process" was typically a reference to the state space of the process being discrete but occasionally also time being discrete. Today many use "chain" to refer to discrete time but allowing for a general state space, as in Markov Chain Monte Carlo. However, using "process" is also correct.
NRH

1
-1, since the proof of Markovian property is not given. Also the hand waving argument is not consistent with formula given. current state = t, past means t1,t2,..., next means t+1, but the formula does not involve t+1.
mpiktas
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.