What are some martingales for asymmetric random walks?

Here are some examples for symmetric ones:

https://mathoverflow.net/questions/55092/martingales-in-both-discrete-and-continuous-setting/55101#55101

Is there a similar list for asymmmetric random walks?


Solution 1:

The same approach works. Consider the random walk $(X_n)$ whose steps are $+1$ with probability $p$ and $-1$ with probability $1-p$. Then $\mathrm E(\mathrm e^{tX_{n+1}}\mid (X_k)_{k\leqslant n})=u(t)\mathrm e^{tX_{n}}$ with $u(t)=p\mathrm e^t+(1-p)\mathrm e^{-t}$ hence $(M_n(t))_n$ is a martingale with $M_n(t)=u(t)^{-n}\mathrm e^{tX_{n}}$ for every $n$. Expanding $M_n(t)$ as a power series in $t$ then yields a sequence of martingales, just like in the other case. The first ones are $$ 1,\quad X_n-(2p-1)n,\quad X_n^2-2(2p-1)nX_n+(2p-1)^2n^2-4p(1-p)n. $$

Solution 2:

I don't know what you are trying to calculate, but if it is something related to stopping times of an asymmetric random walk then consider the following.

Let $ X_n = \sum_{i=1}^n \xi_i $, where ($\xi_i, i >0$) are i.i.d with distribution $P(\xi_i =1)=p$ and $P(\xi_i= -1) = q, \quad \forall i >0$

You can easily verify that $$ Y_n = (\frac{q}{p})^{X_n}$$ is a martingale.