Week0-part3
Week0-part3
1. Random variable: A random variable is a function with domain as the sample space
of an experiment and range as the real numbers, i.e. a function from the sample space
to the real line.
3. Range of a random variable: The range of a random variable is the set of values
taken by it. Range is a subset of the real line.
5. Probability Mass Function (PMF): The probability mass function (PMF) of a dis-
crete random variable (r.v.) X with range set T is the function fX : T → [0, 1] defined
as
fX (t) = P (X = t) for t ∈ T .
6. Properties of PMF:
• 0 ≤ fX (t) ≤ 1
•
P
t∈T fX (t) = 1
1
• Range: Finite set T
• PMF: fX (t) = 1
|T |
for all t ∈ T
• Range: {0, 1}
• PMF: fX (0) = 1 − p, fX (1) = p
• Range: {0, 1, 2, . . . ., n}
• PMF: fX (k) = n Ck pk (1 − p)n−k
• Range: {1, 2, . . . ., n}
• PMF: fX (k) = (1 − p)k−1 p
11. Negative Binomial random variable: X ∼ Negative Binomial(r, p), where r: posi-
tive integer, 0 < p ≤ 1.
• Range: {r, r + 1, r + 2, . . . .}
• PMF: fX (k) = k−1 Cr−1 (1 − p)k−r pr
• Range: {0, 1, 2, 3, . . . .}
e−λ λk
• PMF: fX (k) =
k!
13. Hypergeometric random variable: X ∼ HyperGeo(N, r, m), where N, r, m: positive
integers