326 Formulas
326 Formulas
• The complement A or Ac is the set of all elements not • Discrete RV : Fx (x) is a staircase function.
in A.
• Mixed RV : Fx (x) is a continuous function with jumps.
• A exclusive-or B A ⊕ B is the set of elements in A or
B but not both.
• A and B are disjoint if A ∩ B = {} (the null set). Expected Value and Variance
Random Variables
• Probability Mass Function: px (xi ) = P [x = xi ] • Degenerate: RV that takes on only one value.
1
• Uniform: RV that is constant over a range of values. Types of Functions
(105)
• Quantizer : y = Q(x) Rounds the value of x to the
eλ λk nearest integer.
• Poisson: px (k) = (84)
k!
• Monotonic: A function that either never increases or
• Geometric: px (k) = (1 − a)ak−1 never decreases.
n k • Differential Entropy of an RV: H(x) =
• Binomial : px (k) = p (1 − p)n−k
k Z∞
x E[−ln(fx (x))] = −ln(fx (x))fx (x)dx nits (231)
• Exponential/Laplacian: fx (x) = λ1 e− λ U (x) (107)
−∞
1 x
x α−1
• Gamma: fx (x) = e− λ U (x) (171)
λΓ(α) λ
(x − µ)2
1
• Normal/Gaussian: fx (x) = √ exp − Multiple Random Variables
2πσ 2 2σ 2
(150) • Outcome ω is mapped to two-dimensional plane by two
random variables x(ω) and y(ω) to the point (x, y).
• t-Distribution: (see slide 155)
• Random Vector : n-dimensional vector of random
• Cauchy: (see slide 157)
variables, eg (x, y, z), mapping an outcome to n-
• Chi-Squared : (see slide 168) dimensional plane.
• Bivariate: Uniform inside the unit circle. (300) • Joint cdf : Fx,y (x, y) = P [x ≤ x, y ≤ y]
• Jointly Normal RV : (x, y) = N (µx , µy ; σx2 , σy2 , ρ) (303) • Marginal cdf : Fx (x) = Fx,y (x, +∞) and Fy (y) =
Fx,y (+∞, y).
2
• The correlation of x and y is E[xy]. If it is zero, the • Central Limit Theorem: For n independent RV’s
RV’s are uncorrelated or orthogonal. (x1 ...xn ) with defined means µi and variances σi2 , de-
n
cov(x, y) 1 X xi − µi
• Correlation Coefficient: ρx,y = fine the random variable z = √ , the dis-
σx σy n σi
i=1
tribution of z is Gaussian with zero mean and variance:
1 1 2
lim fz (z) √ e− 2 z
n→∞ 2π
• z = g(x, y)
independent then Fz (z) = Fx (z)Fy (z) and if they • If α is a positive integer, Γ(α) = (α − 1)!
are jointly continuous, then fz (z) = fx (z)Fy (z) +
Fx (z)fy (z)