Time series with Gauss-Markov processes

14 visualizaciones (últimos 30 días)
Alex
Alex el 29 de Jun. de 2012
Hello!
I'm trying to do an stochastic model for a time series in Matlab code. I suppose that the time series that I have is a sum of different first-order Gauss-Markov processes such as:
xk1 = exp(0.1/Tc1)*xk1_1 + std1*w % discrete time gauss-markov 1
xk2 = exp(0.1/Tc2)*xk2_1 + std2*w % discrete time gauss-markov 2
X = xk1 + xk2; % stochastic model
where w is a white noise, xk is a variable with previous value xk_1.
I'm wondering if there is a function in Matlab that can help me to obtain the parameters Tc1, Tc2, std1 and std2 of these Gauss-Markov processes in order to create the stochastic model of the time series.
BTW, the original time series has a lenght of 2500000 samples.
I'd appreciate any guidance.
Thanks!
  2 comentarios
Sargondjani
Sargondjani el 29 de Jun. de 2012
im not familiar with this type of model, but have a look at the function "HMM". it might be what you are looking for
Alex
Alex el 2 de Jul. de 2012
Thanks Sargondjani for your answer. So you mean that I can obtain these parameters Tc1, Tc2,..,std2 using HMM? even if I have more than two gauss-markov processes?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Time Series en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by