Intro Probability & Stats Flashcards
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
What is the notation for a Bernoulli distribution? What is the notation for a binomial distribution?
Bernoulli X ∼ B(p)
Binomial Y ∼ B(n, p)
What is the Binomial distribution? (in relation to Bernoulli)
The Binomial Distribution is the total number of successes from n repetitions of the same Bernoulli experiment. Binomial random variable takes values {0,1,2,…n}
What is the probability mass function for a binomial distribution?
f(x) = (n x) p^(x).(1-p)^(n-x) for x∈{0,1,2,…,n} and 0 elsewhere
How do you calculate the binomial coefficient? (n x)
n!/x!(n-x)!
What is required for a normal approximation to binomial distribution?
n being high
Name four requirements for a binomial distribution
- There are a fixed number of trials, n, that is determined in advance and is not a random variable
- There are two possible outcomes for each trial: success and failure
- The outcomes are independent from one trial to the next
- The probability of success and the probability of failure remains the same across all n.
If X has finite expectation, how do we define E[X] for a DRV?
(give a verbal explanation and a formula)
Verbal: The expected value of a discrete random variable is the sum of all possible values the random variable X can take weighted by their probabilities.
Check formula in notes as can’t write on here.