Mean and deviation of characteristic function of an event

187 Views Asked by At

If I am given two events $A$ and $B$ and the probabilities $P(A), P(A|B), P(B), P(B|A)$, and am told that the random variables $X$ and $Y$ are defined as

$$X(a) = 1\ \text{if}\ a \in A\text{, else}\ 0$$ $$Y(b) = 1\ \text{if}\ b \in B\text{, else}\ 0$$

how can I then go about to calculate the expected values of these variables? What probability density functions should I use for $p(a \in A)$ and $p(b \in B)$, given that none are specified explicitly?

2

There are 2 best solutions below

0
On BEST ANSWER

Observe that $E[X]=\sum_{a\in A} X(a)p(a)=\sum_{a \in A} 1 \cdot p(a)= P(A)$.

0
On

Similarly E[Y}=P(B). To answer your other question p(a∈A)=P(A) and p(b∈B)=P(B).