Question 1
I have the following expression:
$H/S$,
where $H=\begin{cases}0,& \text{ if } rm\leq dj \\ 1, & \text{ if } rm>dj \end{cases}$ and $S=n-j$, and both $m$ and $j$ are drawn from the same multinomial distribution with number of trials $n$. The support of the multinomial distribution includes three discrete random variables: $m$, $d=S-m$, and $j$, which occur respectively with probabilities $x$, $y$, and $z=1-x-y$. I want to take the expected value of this expression. I know that $E[tu]\neq E[t]E[u]$ in general.
So my first question is, how do I compute the expected value of $H/S$, i.e., $E[H/S]$?
Question 2
In a related question, what is the expected value of $H$? Is it $E[H]=\begin{cases}0,& \text{ if } rE[m]\leq dE[j] \\ 1, & \text{ if } rE[m]>dE[j] \end{cases}$?
Thank you, CV.
(Also, that is the most $\LaTeX$ I've written in a single document so far. Go me!)