Estimating Drift & Variance for Random Walk With Drift: Help Needed

AI Thread Summary
Estimating drift and variance for a random walk with drift involves analyzing empirical data to determine the most likely parameters. One suggested method includes estimating hitting times for each experimental path and using these to derive Inverse Gaussian parameters through Maximum Likelihood estimators. It is crucial to decide between a continuous or discrete time model, as this affects the approach. For discrete data, ARIMA models are recommended, while continuous time analysis can leverage the relationship between drift, elapsed time, and standard deviation of random jumps. Utilizing ARIMA or similar models can provide a comprehensive analysis using all available data points.
muzialis
Messages
156
Reaction score
1
Hello there,

I am wondering if somebody could help in an issue far from my expertise.

I have some data which is reasonable to conjecture could be modeled with a random walk with drift.
I am struggling though to understand how to estimate from the empriic data the most likely drift and variance value necessary to simulate the random walk.

So far I thought about this possible method.

1) From the empiric data estimate the hitting time to a conventional value for each available experimental path.
2) As hitting times are distributed according to a Inverse Gaussian distribution, I could use the data from 1) to estimate the Inverse Gaussian parameters using standard Maximum Likelihood estimators
3) From calcualtion at 2) I should be able to estimate drift and variance as theory tells us how they relate to the Inverse Gaussian parameters.



Any comment on this? Any suggestion? Many thanks in advance

Best Regards
 
Physics news on Phys.org
This is a common problem in financial math. You want an ARIMA package which will do this for you. These are reasonably good lecture notes on the topic. It should point you in the right direction.

http://web.duke.edu/~rnau/411home.htm
 
Last edited by a moderator:
muzialis said:
I have some data which is reasonable to conjecture could be modeled with a random walk with drift.
I am struggling though to understand how to estimate from the empriic data the most likely drift and variance value necessary to simulate the random walk.

It's important to clarify whether you want to use a continuous time version of a random walk or a discrete time version.

If all your data is measured at a common time interval then the discrete time approach, using ARIMA models is adequate. If you are trying to work with continuous time "Wiener process", I think you can use the fact that a (constant) drift is directly proportional to the elapsed time between measurements and the random jumps in the process have a standard deviation that, as I recall, is proportional to the elapsed time. So it looks to me like you can do an analysis that uses every data point instead of relying on a property like hitting time. (The ARIMA models can also use all the data. )
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top