Week 1: Probability Space, Conditional, Independence Flashcards
What is Statistics?
Statistics uses observed data to make inferences about the process that generated the data. It can also be used to determine how to control the uncertainty in results.
What is Frequentist Inference?
Frequentist Inference assumes the probability is interpreted as an approximate mean observed when running some random experiment a large number (N) times.
What is Bayesian Inference?
Bayesian Inference bases probability on a subjective degree of belief. The higher the probability of an event, the more likely the event is to happen.
Probability Space
Structured framework that allows us to consistently measure uncertainty. Probability space is composed of sample space, sigma-algebra, probability measure.
Sample Space
Set off all possible outcomes of an experiment. (Ex: for die toss it is {1,2,3,4,5,6})
Sigma-Algebra
Collection of events (subsets) of sample space. This is the things we choose to care about from the sample space (ex: if we only want to measure the probability of getting a number less than 3 on a die toss, it is {1,2})
Probability Measure
Assigns probabilities to each event. Ex: saying that there is a 1/6 chance of each specific die face showing up, or a 1/2 chance of an even number appearing
Mutually Exclusive
Two events cannot occur simultaneously. They are incompatible.
Probability of a subset (Sigma-Algebra)
P(A) = Sigma-Algebra Size / Sample Space Size
Example: in a dice roll, the normal probability is 1/6 (when sigma-algebra is {i}), but if I do subset of {1,3,5}, the probability becomes 1/2 (3/6).
Theorem
Proven statement or proposition that is widely accepted based on deductive reasoning. It often represents a significant result in mathematics or statistics.
Corollary
A proposition that follows easily from from a theorem with minimal additional proof. Typically extends the theorem or applies it to a particular case
P(∅) = 0
The probability of the empty set (which means nothing happens) is always zero because it is impossible for an event that includes no outcomes to occur
If A ⊂ B, then P(B \ A) = P(B) − P(A):
If event A is a subset of event B, the probability of B happening without A happening is the probability of B minus A
If A ⊂ B, then P(A) ≤ P(B):
If event A is a part of event B, the probability of A is less than or equal to the probability of B. A can’t be more likely than B if it needs B to happen in order to occur.
P(A^c) = 1 − P(A), where A^c := Ω \ A:
The probability of the complement of event A (meaning A does not happen) is equal to 1-P(A)