Fit the random walk model with drift to the data

8 visualizaciones (últimos 30 días)
Astrik
Astrik el 20 de Nov. de 2016
Comentada: Walter Roberson el 23 de Nov. de 2016
I have a time series data of exchange rates.
I can apply many tests, such as variance ratio test, to see if it is a random walk or not.
However, I would like to get an estimation of a drift that the random walk can have.
Is there any idea how can I do that?

Respuestas (2)

Walter Roberson
Walter Roberson el 21 de Nov. de 2016

Image Analyst
Image Analyst el 21 de Nov. de 2016
Well there are analytical formulas that you can use. Or you could do a Monte Carlo simulation. I'm attaching some random walk Monte Carlo simulations for what it's worth.
  3 comentarios
Image Analyst
Image Analyst el 22 de Nov. de 2016
As you know, random walks do not bounce around the starting point. They tend to eventually wander away. There is even theory that says how far away is the expected distance as a function of the number of steps taken. With a Monte Carlo experiment, you could plot out this function without even knowing exactly what the analytical function is. You just build it up empirically by running the experiment a bunch of times.
Of course it is possible your time series data could have come from a random walk, after all you know the old saying about monkeys writing Shakespeare. How likely it was that your data came from a random walk might be beyond my statistical abilities, like if you want a confidence p value or something.
Perhaps all you want to do is to fit your time series data to a polynomial or something. We're not sure.
Walter Roberson
Walter Roberson el 23 de Nov. de 2016
The PDF I linked to has formulae for estimating the trend.

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by