Probability
| Table of Contents |
\sigma-algebra
$$Pr(X|Y)=\frac{Pr(X \cap Y)}{P(Y)}$$ $$Pr(X \cap Y) = Pr(X|Y) P(Y)$$
Basic
Conditional Expectation is a random variable (function of X), not yet value $$E[N|X] = E_N[N|X] = f(X) \text{ where } f(x) = E[N|X=x]$$
$$E[E[N|X]] = E_X[E_N[N|X]] = E[N]$$ Think of <math>E[E[N|X]] = \sum_x p(x) E[N|X=x]</math> and <math>\sum_x p(x) p(n|x) = \sum_x P(n,x) = p(n)</math>
$$\text{Var}(X) = E[(X-EX)^2] = EX^2 - (EX)^2$$ $$\text{Var}(aX+bY) = a^2 \text{Var}(X) + 2ab \text{Cov}(X, Y) + b^2 \text{Var}(Y)$$
Advanced
With <math>P(X \ge 0) = 1</math> $$E[X] = \int_0^{\infty} P(X > \gamma) d\gamma$$

