Master the essential mathematical foundations required for advanced stochastic modeling
A probability space is a triple where:
The conditional probability of given is:
Multiplication Rule:
If form a partition of the sample space, then:
Bayes' theorem provides a way to update probabilities based on new evidence:
Components: is the prior probability, is the posterior probability, and is the likelihood.
Two events and are independent if:
Equivalently, (knowing doesn't change the probability of ).
Note: For three or more events, we need both pairwise independence and the triple intersection condition for mutual independence.
Problem:
A disease has prevalence . A test has sensitivity and specificity . If the test is positive, what is ?
Solution:
Using Bayes' theorem:
First, find
Then: or about 8.76%.
Key Insight: Despite a positive test, the probability is low due to the rare disease.
Problem:
Given , , and , are and independent?
Solution:
Check:
Answer: Yes, the events are independent.
Problem:
A factory has three machines producing items. Machine 1 produces 50% with defect rate 2%, Machine 2 produces 30% with defect rate 3%, Machine 3 produces 20% with defect rate 4%. What is the overall defect rate?
Solution:
Using the Law of Total Probability:
The overall defect rate is 2.7%.
A random variable is a single function mapping outcomes to numbers (like one roll of a die). A random process is a collection of random variables indexed by time (like the sequence of results from rolling a die repeatedly). You can think of a process as a 'random function of time'.
The axiomatic definition, introduced by Kolmogorov, provides a rigorous mathematical foundation that avoids the circularity of the classical definition (which requires 'equally likely' outcomes) and the ambiguity of the frequentist definition. It allows us to prove theorems and handle complex scenarios, including infinite sample spaces, which are crucial for stochastic processes.
Mutually exclusive events cannot happen at the same time (intersection is empty, P(A∩B)=0). Independent events are such that the occurrence of one does not affect the probability of the other (P(A∩B)=P(A)P(B)). Interestingly, if two events have non-zero probabilities, they cannot be both mutually exclusive and independent.
Use Bayes' Theorem when you have a 'reverse' probability question. For example, if you know the probability of an effect given a cause (likelihood), but you want to find the probability of the cause given the observed effect (posterior). It's the standard tool for updating beliefs with new evidence.
A partition is a collection of events B₁, B₂, ... that are pairwise mutually exclusive (no overlap) and exhaustive (their union covers the entire sample space). This concept is fundamental to the Law of Total Probability, allowing us to break down a complex event into simpler, non-overlapping scenarios.