Mission
home

4.2 Probability

Probability
Tree diagram
Union
De Morgan's Law
Independent
Events
Mutually exclusive
Addition law
Bayes Theorem
Conditional
Experimental
Theoretical
Cumulative frequency
There are two types of probability, experimental and theoretical.
Terminology
Definition
Number of trials
Total number of trials the experiment is repeated.
Outcomes
Different results possible for one trial of the experiment.
Frequency
Number of times of a certain outcome being observed.
Relative Frequency
Frequency represented as a fraction against the total number of trials.
Cumulative Frequency
The total of a frequency and all frequencies in a frequency distribution until a certain defined class interval.
Sample space UU
Set of all possible outcomes of an experiment.
2D Grid
2 dimensional representation method of all outcomes.
Tree Diagram
Tree structure representation method of all outcomes.
Table of outcomes
Table representation method of all outcomes.
Intersection
The set of elements that exist in both AA and BB
Union
The set of elements that exist in either AA or BB
De Morgan’s Law
(AB)=AB(A \cap B)' = A'\cup B'
Event AA
A set of outcomes to which a probability is assigned.  The probability of event AA is P(A)P(A).
Complementary Event AA'
Two events are complementary if exactly one of them must occur. P(A)+P(A)=1P(A) + P(A') = 1
Compound Event
A compound event denotes a situation where multiple events occur simultaneously or in succession.
Independent Events
A and B are independent iff  P(AB)=P(A)P(B)P(A\cap B) = P(A)P(B) or P(AB)=P(AB)=P(A)P(A | B) = P(A | B') = P(A)  This formula extends to more than two events.
Dependent Events
AA and BB are not independent; i.e. the occurrence of one event does affect the occurrence of the other event.
Mutually Exclusive Events
AA and BB are mutually exclusive if AB=A \cap B = ∅P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)
Sampling
The process of selecting one of the objects at random and inspecting it for particular features.
Addition Law
Two events: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A\cap B) Three events: P(ABC)=P(A)+P(B)+P(C)P(AB)P(BC)P(CA)+P(ABC)P(A \cup B \cup C) = P(A) + P(B) + P(C) -P(A\cap B) - P(B \cap C) - P(C\cap A)+P(A\cap B\cap C)P(A \cup B \cup C) = P(A) + P(B) + P(C) -P(A\cap B) - P(B \cap C) - P(C\cap A)+P(A\cap B\cap C)
Conditional Probability
Probability of AA given BB is the probability of AA occurs given BB has occurred. P(AB)=P(AB)P(B)P(A | B) = \frac{P(A\cap B)}{P(B)}
Bayes Theorem
P(AB)=P(BA)P(A)P(B)P(A | B) = \frac {P(B | A)P(A)}{P(B)}
Theoretical Probability
This is equivalent to the relative frequency.
Experimental Probability
P(A)=n(A)n(U)P(A) = \frac {n(A)}{n(U)}