I have the following problem. Assume that $X_t$ are all i.i.d. random variable uniformly distributed between 0.5 and 1.5, and that $\phi$ is a little larger than 1.
$$Y_t= \min(X_t, Y_{t-1} \phi)$$
Which of course can be written as
$$Y_t= \min(X_t, X_{t-1} \phi, Y_{t-2} \phi^2)$$
and therefore
$$Y_t= \min (X_t, X_{t-1} \phi, X_{t-2} \phi^2,X_{t-3} \phi^3\ldots)$$
Is there an elegant way to describe the probability distribution? Or at least calculate expected mean and variance?