Math
Probability Theory
Probability theory provides the mathematical framework for analyzing random phenomena and uncertainty. It forms the foundation of statistics, machine learning, and many areas of science.
1. Probability Spaces
Definition 1.1(Probability Space)
A probability space is a triple where:
- is the sample space (set of all possible outcomes)
- is a -algebra of events
- is the probability measure
The probability measure must satisfy:
- (normalization)
- For countably many disjoint events :
2. Random Variables
Definition 2.1(Random Variable)
A random variable is a measurable function . Its expected value (or mean) is:where is the probability density function (for continuous ).
Definition 2.2(Variance)
The variance of a random variable measures the spread of its distribution:
3. Important Distributions
Example 3.1
The Normal (Gaussian) distribution with mean and variance has density:We write .
4. The Law of Large Numbers
Theorem 4.1(Strong Law of Large Numbers)
Let be i.i.d. random variables with . Then with probability 1:
Remark. This theorem justifies the intuition that sample averages converge to the true mean as the sample size grows.
Theorem 4.2(Central Limit Theorem)
Let be i.i.d. random variables with mean and variance . Then as :
Corollary 4.1
For large , the sample mean is approximately normally distributed:
Proof.
This follows directly from the Central Limit Theorem by noting that:where .
■