Module 9 Vocab Flashcards
Random Variable (textbook def)
9.1
a random variable on (Ω, Pr) is a function
X: Ω →ℝ
Random Variable (Alex def)
9.1
a function that maps each outcome in the sample space to a real number
The set of values taken by X
9.1
Val(X) = {x ∈ ℝ| ∃w ∈ Ω X(w) = x}
Another way to say “the set of values taken by X”
9.1
returned
X = x
9.1
the set of all outcomes that are mapped to the real number “x”
Pr[X = x]
9.1
the probability of the outcomes that are mapped to “x”
probability of event X = x
Distribution of r.v. X
9.1
f: Val(X) → [0,1] where f(x) = Pr[X = x]
Ex in green die space: f(1) = Pr[X=1] = 1/6
Probabilities add up to 1 (symbols)
9.1
Σ x∈Val(X) Pr[X = x] = 1
Ex: flip coin space Pr[X=H] + Pr[X=T] = 1/2 + 1/2
Probabilities add up to 1 (words)
9.1
“if you sum all the probabilities of the events that the random variable X=x, for all the x in the valus taken by the r.v. X, the answer is 1”
Events (X=x) for x∈Val(X) are…
9.1
pairwise disjoint
Ux∈Val(X) (X = x) =
9.1
Ω
Σx∈Val(X) Pr[X = x] =
9.1
Pr[Ω] = 1
Σ x∈Val(X) Pr[X = x] = 1
9.1
“if you sum all the probabilities of the events that the random variable X=x, for all the x in the valus taken by the r.v. X, the answer is 1”
Uniform Distribution
9.1
f: {v_1,…,v_n} → [0,1] f(v_i) = 1/n i = 1,…,n
Given (Ω, Pr), a r.v. U: Ω → ℝ is uniform with these values (v_1,…,v_n) when:
9.1
Val(U) = {v_1,…,v_n}
and Pr[U = v_i] = 1/n i = 1,…,n
Val(U) = {v_1,…,v_n}
and Pr[U = v_i] = 1/n i = 1,…,n
9.1
uniform r.v.
f: {v_1,…,v_n} → [0,1] f(v_i) = 1/n i = 1,…,n
9.1
uniform distribution
Bernoulli r.v. with parameter p
9.1
Given (Ω, Pr), an r.v. X: Ω → ℝ
with Val(X) = {0, 1}
and Pr[X = 1] = p
Val(X) = {0, 1}
and Pr[X = 1] = p
9.1
Bernoulli r.v. with parameter p
Distribution of Bernoulli r.v.
9.1
f: {0,1} → [0, 1]
f(1) = p f(0) = 1 - p
f: {0,1} → [0, 1] f(1) = p f(0) = 1 - p
9.1
Bernoulli distribution with parameter p