Integrating the path of a random walk

770 Views Asked by At

Suppose I've got a random walk up and down in one dimension. It starts at $S_0=k>0$ and makes a move at every integer time $t$. So: $$S_t=k+\sum_{i=1}^t X_i$$

Each move ($X_i$) has mean 0 and the same distribution (maybe a normal distribution or whatever's easiest to work with). And the walk goes on forever.

I know that the probability that $S$ will return to 0 is arbitrarily close to 1 (it's basically Gambler's Ruin). But I'm interested in how much of the time it spends in the lead as $t\rightarrow \infty$, and how big the lead is.

I want to calculate the integral of $S_t$ from 0 to $\infty$. And the probability that this would be positive, the probability that it would be bounded above and below, and the probability that it would be negative. How would I do this?

I initially thought that all 3 probabilities would have to be 0, but then came across the arcsine laws (https://en.wikipedia.org/wiki/Arcsine_laws_(Wiener_process) & http://www2.math.uu.se/~sea/kurser/stokprocmn1/slumpvandring_eng.pdf). These seem to imply that there's a roughly 30% probability that my random walk will spend >80% of the time above 0 in the long run (and just under 30% that it will spend >80% of the time under 0). And that would make the integral positively infinite (negatively infinite if it's under 0 most of the time). Have I interpreted the arcsine laws correctly? And do they imply that the integral is almost always either positively infinite, negatively infinite, or bounded both above and below?