I have a real valued number $y_t$. At each time step t, $y_t$ is multiplied by $(1 + \epsilon)$ with probability $p$ and multiplied by $(1 - \epsilon)$ with probability $1 - p$. What is the expected value of $y_{t+n}$? What is the variance?
I know there must be a type of model for this, maybe some sort of random walk?
It is quite simple if you use independence in a more direct way and the method works for any distribution. Assuming that $y_n=\prod_{1\leq k\leq n} X_k$ where the $X_k$ are i.i.d. factors. By independence: $$ {\Bbb E} y_n = {\Bbb E} \prod_k X_k = \prod_k {\Bbb E} X_k=({\Bbb E} X_k)^{n}$$ valid for any distribution. In the specific (Bernoulli) example: ${\Bbb E}X_k = (1+\epsilon)p + (1-\epsilon) (1-p)$. Similarly $${\Bbb E} y_n^2 = {\Bbb E} \prod_k X_k^2 = \prod_k {\Bbb E} X_k^2=({\Bbb E} X_k^2)^{n}$$ again valid for any distribution. In our case: ${\Bbb E} X_k^2 = (1+\epsilon)^2 p + (1-\epsilon)^2 (1-p)$. In particular, ${\rm var \ } y_n = ({\Bbb E} X_k^2)^n - (({\Bbb E} X_k)^{2n}$ and you may carry on from there, in order to calculate limits etc... (e.g. $n\rightarrow \infty$, $\epsilon n\rightarrow \lambda$ gives a nice limit). The actual distribution of $y_n$ is in general quite complicated.