Exam 2 (pt. 1) Flashcards
Chapter 4 Content
A random variable X assigns a numerical value X(s) to . . .
each possible outcome s of the experiment
The source of the randomness in a random variable is _______________, in which a sample outcome s ∈ S is chosen
according to a ___________
the experiment itself
probability function P
A random variable X is said to be discrete if there is a finite list of values a1, a2, . . . , an or an infinite list of values a1, a2, … such that . . .
P(X = aj) ∈ [0, 1]
∑j P(X = aj) = 1
If X is a discrete r.v., then the finite or countably infinite set of values x such that P(X = x) > 0 is called the ______ of X.
support
The _____________ specifies the probabilities of all events associated with the r.v
distribution of a random variable
The probability mass function (PMF) of a discrete r.v. X is the function pX given by _________. Note that this is ________
if x is in the support of X, and _________ otherwise.
pX (x) = P(X = x)
positive, zero
The cumulative distribution function (CDF) of an r.v. X is the function F(X) given by __________
F(x) = P(X ≤ x)
The expected value of a discrete r.v. X whose distinct possible values are x1, x2, . . ., is defined by . . .
The _____________ of X is a weighted average of the possible values that X can take on, weighted by their probabilities
expected value
For any r.v.s X, Y and any constant c there are 4 primary manipulations to know for the E(X):
1. E(c) =
2. E(X + Y) =
3. E(X + c) =
4. E(cX) =
The variance of an r.v. X is ________
For any r.v.s X, Y and any constant c there are 4 primary manipulations to know for the Var(X):
1. Var(X + c) =
2. Var(cX) =
3. Var(X + Y) =
4. Var(X) >= 0 when . . .
An r.v. X is said to have the Bernoulli distribution with
parameter p if . . .
P(X = 1) = p and P(X = 0) = 1 − p
where 0 < p < 1
A Bernoulli distribution is notated as . . .
X ∼ Bern(p)
where p = P(X = 1)
An experiment that can result in either a “success” or a “failure” (but not both) is called a ___________
Bernoulli trial
What is the PMF of a Bernoulli distribution?
What is the CDF of a Bernoulli distribution?
Any r.v. whose possible values are 0 and 1 has a ___________, with p the probability of the r.v. equaling 1. This number p is called the ___________ the distribution
Bern(p) distribution
parameter
Let X ∼ Bern(p). Then E(X) = ________
E(X) = 1 · p + 0 · (1 − p) = p
Let X ∼ Bern(p). Then Var(X) = ________
Var(X) = p(1 − p)
Suppose that n independent Bernoulli trials are performed, each with the same success probability p. Let X be the number of successes. The distribution of X is called the ________ distribution
Binomial
A Binomial distribution is notated as . . .
X ∼ Bin(n, p)
parameters n and p, where n is the number of trials and p is the success probability