Consider iid random variables $(X_j)_{j\in\mathbb{N}_0}$ uniformly distributed on $[0,1]$. For $j\in\mathbb{N}$ define $V_j:=X_0X_j$ and the recursively defined estimator $W_j:=\max (W_{j-1},V_j)$ with $W_0:=0$.
I want to compute
1. $E[X_0|\mathcal{F}_j^V]$, the MMSE-estimator,
2. the mean square error $E[(X_0-W_j)^2]$,
3. the convergence rate of $E[(X_0-W_j)^2]$.
My attempt:
1. With this part, I struggle most. I have done the following:
From product distribution of two uniform distribution, what about 3 or more, it holds $f_{V_1}(x)=-\log(x)$. Then for $[a,b]\subset(0,1)$, I find
$$ \begin{aligned} E[X_01_{X_0\in[a,b]}] =\int_a^bxdx \end{aligned} $$
and
$$ \begin{aligned} E[-\frac{V_1}{\log(V_1)}1_{V_1\in[a,b]}]=\int_a^b-\frac{x}{\log(x)}(-\log(x))dx=\int_a^bxdx \end{aligned} $$
I am not sure, if this is even useful or how to connect the integrals, such that $1_A$ shows up on both sides for $A\in\sigma(V_1,\ldots, V_j)$. Does the MMSE-estimator even coincide with the conditional expectation?
2. With this part I am quite confident.
By observation, I find $$W_j=X_0\max (X_1,\ldots, X_j),$$ and by independence of $g(X_0)=X_0^2$ from $f(X_1,\ldots,X_j)=(1-\max(X_1,\ldots, X_n))^2$, I find $$E[(X_0-W_j)^2]=E[X_0^2(1-\max (X_1,\ldots, X_j))^2]=E[X_0^2]E[(1-\max (X_1,\ldots, X_j))^2].$$
Using Expected value of $\max\{X_1,\ldots,X_n\}$ where $X_i$ are iid uniform., I end up with
$$E[(X_0-W_j)^2]=C\frac{1}{(j+1)(j+2)}.$$
3. the rate of convergence is therefore $j^2$.
It would be great, if someone can check over it. I can add further details, if necessary!
Any hint or help is appreciated! Thank you in advance!