Random variable rv is a function mapping the sample space to some other set. X: \Omega \to \mathbf{R}. \mathcal{X} denotes the range of X: \mathcal{X} = X(\Omega)
F(x) = P(X \le x) = P(\{\omega \in \Omega : X(\omega) \le x\})
A rv that can take on at most a countable number of possible values
p(a) = P(X = a)
Uncountable set of possible values
pmf for continuous rv: F(x) = \int_{-\infty}^{x} f(t)dt
There exists p \in (0; 1) such that F(x) = p \cdot F_d(x) + (1 - p)\cdot F_c(x) where F_d and F_c are cdf of a discrete and continuous rv respectively.
Let Y(\omega) = g(X(\omega)) be a new rv
If g is a strictly monotonic, differentiable function then Y’s pdf is given by
f_Y(y) = f_X(g^{-1}(y)) \cdot \frac{1}{|g'(g^{-1}(y))|}
“probability mass center”
E[X] = \sum_{x_i \in X} x_iP(X = x_i)
E[X] = \int_{-\infty}^\infty xf(x) dx
E[X] = pE[X_d] + (1 - p)E[X_c]
E[(X - c)^n]
m_n = E[X^n]
\mu_n = E[(X - \mu)^n]
V(X) = \sigma^2 = E[(X - \mu)^2] = m_2 - \mu^2 = E[X^2] - E^2[X]
X^* = \frac{X- \mu}{\sigma} where \sigma = \sqrt{V(X)}
\gamma_1 = E[X^{*^3}] = \frac{\mu_3}{\sigma^3}
\gamma_2 = \frac{\mu_4}{\sigma^4} - 3