Probability and Statistics for Engineering Lecture 1-2 Notes
Basic Ideas in Probability
Basic Concepts
Definition: Random Experiment
A random experiment, often simply called an experiment, represents the realization or observation of a random phenomenon and has the following characteristics:
- it can be repeated under the same conditions;
- all possible outcomes are clearly known;
- exactly one of these possible outcomes occurs each time, but it cannot be determined in advance which outcome will occur.
Definition: Sample Point and Sample Space
Each possible fundamental outcome of a random experiment is
called a sample point, usually denoted as
Definition: Event
From a set theory perspective, a random event, or simply
event, is a subset of the sample space
- Inclusion
: happens when happens. - Sum/union
/ : at least one of and happens. - Product/intersection
/ : and both happen. - Difference
/ : happens and does not happen. - Mutually exclusive/disjoint
: and cannot happen at the same time. - Complement
/ : either or happens, denoted as or .
The operations of events obey certain rules similar to the rules of set:
- Communicative laws;
- Associative laws;
- Distributive laws;
- De Morgan’s laws:
Definition: Probability
Probability measure, or simply probability, is a
real-valued function defined on subsets of the sample space
From the three axioms, we can derive many useful properties: -
- The complement rule:
. Proof: immediate from the finite additivity with . - The numeric bound:
. Proof: straightforward from the complement rule. - Monotonicity: if
, then and . Proof: from the finite additivity, since , we have . We also know that , so we have . - The addition law:
. - The inclusion-exclusion principle:
Proof: We prove this by induction on
trivially holds. for
is exactly the same as the addition law.
Inductive case: Consider events sequence
Then from the addition law:
From the distributive laws:
Let
Then:
Apply the inductive hypothesis to the events
Computing Probabilities
Addition and Multiplication Principles
Addition principle: If there are
Multiplication principle: If there are
Definition: Permutation and Combination
Permutation: If
Combination: The number of combinations of
Example
Suppose a class of
Solution. The essential question is that, suppose you are
the
Example
There are
Solution. Each permutation of
Geometric Model of Probability
The classical model of probability assumes finite number of sample points and equal likelihood. Another model, called the geometric model of probability, is a natural extension of the classical model to an infinite number of sample points while maintaining equal likelihood.
Definition: Geometric Model of Probability
If a random experiment can be represented as randomly throwing a
point onto a bounded region
Example
Bertrand’s paradox: Consider a circle with radius 1. What is the probability that a randomly draw chord of the circle is longer than the side of the inscribed equilateral triangle of the circle?
Possible solution 1. Take a radius of the circle
Possible solution 2. Take a point on the circle, say
Possible solution 3. Randomly choose a point
Both of the three solutions are correct. The reason why the probabiliy varies across different solutions is that the hypothesis “the chord is randomly drawn” is not clearly defined. Different assumptions of equal likelihood lead to different sample spaces:
- Solution 1: equally likely chosen on a radius, so the sample space is the radius.
- Solution 2: equally likely chosen on the circle, so the sample space is the circle boundary.
- Solution 3: equally likely chosen within the circle, so the sample space is the whole circle area.
Therefore, when computing probabilities, it is crucial to clearly define the sample apce first.
Conditional Probability and Independence
Definition: Conditional Probability
Let
The idea behind this definition is that if event
Example
You are playing a poker game where you are dealt with 5 cards face down. If one of the cards that you are dealt lands face up, showing the Ace of spades, what is the probability of having a royal flush now?
Solution. Let
Multiplication Law
Let
Law of Total Probability
Let
Just like how the addition law generalize to the inclusion-exclusion law, the multiplication law also has a generalized version, called the chain rule for random events. s
Chain Rule
Bayes’ Theorem
Let
A intuitive understanding of the Bayes’ rule and the law of total probability is:
- the law of total probability can be viewed as from cause to effect, since we are calculating the probability of the outcome event based on all possible causes.
- the conditional probability
obtained by the Bayes’ rule can be viewed as the probability of the specifc cause led to the observed outcome . Simply put, we are reasoning from effect to put.
Definition: Independence
Let
Caution
Pairwise independence does not imply mutual independence.
Independence can sometimes rely on the occurrence of some random event. This is the concept of the conditional independence.
Definition: Conditional Independence
Let
Example
Draw three cards from a properly shuffled standard deck, with
replacement and reshuffling. Let
Solution. It is trivial to show that
- Title: Probability and Statistics for Engineering Lecture 1-2 Notes
- Author: Zhige Chen
- Created at : 2025-09-18 21:38:36
- Updated at : 2025-10-10 13:22:06
- Link: https://nofe1248.github.io/2025/09/18/pse-1/
- License: This work is licensed under CC BY-NC-SA 4.0.