Para un ejercicio necesito calcular $\mathbb{E}[X]$ con una simulación de Monte Carlo. Necesito utilizar la variante de control $Y$ con $\text{Var}(Y)=2$ y $\text{Cov}(X,Y)=1$ .
Me piden que dé la opción óptima para $\theta$ en la siguiente fórmula:
$Z_{\theta}=X+\theta(\mathbb{E}[Y]-Y)$ haciendo que la varianza del estocástico $Z_{\theta}$ lo más pequeño posible.
Supongo que se empieza por reescribir $\text{Var}(Z_{\theta})$ Esto es lo que hice:
$\text{Var}(X+\theta(\mathbb{E}[Y]-Y))$
$=\text{Var}(X)+\text{Var}(\theta(\mathbb{E}[Y]-Y)) + 2\text{Cov}(X,\theta(\mathbb{E}[Y]-Y))$
$= \text{Var}(X) +\theta^2\text{Var}(\mathbb{E}[Y]-Y) +2\theta \text{Cov}(X,\mathbb{E}[Y]) -2\theta\text{Cov}(X,Y) $
$= \text{Var}(X) +\theta^2\text{Var}(\mathbb{E}[Y]) +\theta^2\text{Var}(Y) -\theta^2\text{Cov}(\mathbb{E}[Y], Y) +2\theta \text{Cov}(X,\mathbb{E}[Y]) -2\theta\text{Cov}(X,Y) $
Como no puedo reescribir más la fórmula, he insertado las variables. Esto dio:
$= \text{Var}(X) +\theta^2\text{Var}(\mathbb{E}[Y]) +2 \theta^2 -\theta^2\text{Cov}(\mathbb{E}[Y], Y) +2\theta \text{Cov}(X,\mathbb{E}[Y]) -2\theta $
No sé, sin embargo, cómo seguir a partir de aquí, sin el valor de $\mathbb{E}[X]$ . ¿Estoy haciendo algo mal?