Intro Probability & Stats Flashcards
(79 cards)
What is the sample space?
The set of possible outcomes Ω
How are elements in Ω denoted?
w
What is an event?
A subset of the sample space A
What is an elementary event?
Events in the sample space that cannot be divided any further. (They are just outcomes in the sample space)
What is a null event? How is it denoted?
The null event is the set containing no outcomes. This event cannot happen. It is denoted ∅
What is a certain event? How is it denoted?
A certain event is the event containing all outcomes (the whole sample space). It is denoted Ω.
What is a random variable?
A numerical summary of a random outcome
What is the difference between a discrete random variable and a continuous random variable?
A DRV takes on a countable number of possible values. A continuous random variable takes on a continuum of possible values
What is a probability space?How is a probability space denoted?
A set Ω of a σ-field of subsets A, and a probability measure P defined on A. Denoted: (Ω, A, P) (where A is magical curly A)
What is A (magical, curly A)?
A collection of events to which we assign probabilities. Formally, A(curly) is a non-empty collection of subsets of Ω such that (1) if A is in A(curly), then A^C (complement of A) is in A(curly) and (2) If A and B are in A, so are A∪B and A∩B
What is P in a probability space?
A probability measure P on a σ-field of subsets A(curly) of a set Ω is a real-valued function having domain A(curly) satisfying: P(Ω) = 1, P(A) ≥ 0 for all A in A(curly), If An for n = 1,2,3… are mutually disjoint sets in A, then the probability of the union of all of these disjoint sets will equal the sum of the probability of each disjoint set
What is a discrete random variable?
A discrete real-valued random variable X on a probability space (Ω, A, P) is a function with domain Ω and a range of a finite (or countably infinite) subset {x1, x2,…} of the real numbers R such that {ω∈Ω : X(ω)=xi} is an event for all i
What is a probability mass function?
Which random variables have probability mass functions?
The probability that we get a particular outcome x. f(x) = P(X = x)
Discrete Random Variables
What is a cumulative distribution function?
The probability that the random variable is less than or equal to a particular value. F(x)=P(X ≤ x):
What are three properties of a cumulative distribution function?
- 0 ≤ F(x) ≤ 1 for all x
- F(x) is non-decreasing in x
- • limx→−∞{F(x)} = 0 and limx→∞{F(x)} = 1
What is a continuous random variable?
A continuous random variable X on a probability space (X, A, P) is a real-valued function X(ω), ω ∈ Ω, such that for −∞ < x < ∞, {ω|X(ω) ≤ x} is an event.
What does the area under the probability density function between any two points represent?
The probability that the (continuous) random variable falls between those two points.
What is the relationship between a probability density function and a cumulative distribution function?
If we integrate PDF, we get CDF. If we differentiate CDF, we get PDF.
What is the probability density function for a uniform distribution?
fX(x) = 1/b-a for a < x < b; and 0 elsewhere
What is the cumulative distribution function for a uniform distribution?
0 for −∞ < x < a
(x-a)/(b-a) a ≤ x < b
1 b ≤ x < ∞
Name three discrete random variable distributions
Bernoulli
Binomial
Poisson
Name five continuous random variable distributions
Uniform Normal Chi-Squared F distribution Student's t distribution
What possible outcomes are there in a Bernoulli distribution?
The random variable is binary, so the outcomes are 0 and 1
What is the probability mass function for a Bernoulli distribution?
f(x) = p^(x)(1-p)^(1-x) for x∈{0,1} and 0 elsewhere