Bedingte Dichte finden

Oct 28 2020

$X$ ist eine exponentielle Zufallsvariable mit $E[X] = \frac{1}{\lambda}$. $Y$ ist eine exponentielle Zufallsvariable, so dass $E[Y | X = x] = \frac{1}{x}$. Finden$f_{X|Y}(x|y)$.

Ich finde zuerst die Fugendichte, die ich denke $f(x,y) = f_{Y|X}(y|x)\cdot f_X(x)$Bedeutung $f(x,y) = xe^{-xy} \cdot \lambda e^{-\lambda x}$. Dann müsste ich die Grenzdichte von finden$Y$, welches ist $\int_{0}^{\infty}f\left(x,y\right)dx$. Dann müsste ich die Fugendichte durch die Grenzdichte von dividieren$Y$ zu bekommen $f_{X|Y}(x|y)$.

Bin ich auf dem richtigen Weg?

Antworten

1 GrahamKemp Oct 28 2020 at 08:58

Ja.

Wir haben das $X\sim\mathcal{Exp}(\lambda)~$, $~Y\mid X\sim\mathcal{Exp}(X)~$.

Dann

$$\begin{align}f_{\small X}(x)&=\lambda\,\mathrm e^{-\lambda x}\mathbf 1_{0\leqslant x}\\[3ex]f_{\small Y\mid X}(y\mid x)&=x\,\mathrm e^{-xy}\mathbf 1_{0\leqslant y~,~0\leqslant x}\\[3ex]f_{\small Y}(y)&=\int_\Bbb R f_{\small Y\mid X}(y\mid s)\,f_{\small Y}(y)\,\mathrm d s\\[1ex]&=\int_0^\infty s\lambda\,\mathrm e^{-(y+\lambda)s}\,\mathbf 1_{0\leqslant y}\,\mathrm d s\\[1ex]&= \lambda\,(y+\lambda)^{-2}\,\mathbf 1_{0\leqslant y}\\[4ex]f_{\small X\mid Y}(x\mid y) &= \dfrac{f_{\small Y\mid X}(y\mid x)\,f_{\small X}(x)}{f_{\small Y}(y)}\\[1ex]&~~\vdots\end{align}$$