EZ

Eduzan

Learning Hub

Eduzan
Eduzan / 02 Quantitative Analysis

QTA 1: Fundamentals of Probability

Worked examples are fully visible. Check-yourself items are study aids you can reveal one at a time.

Statistics, econometrics and risk management all sit on top of probability. Many events a risk manager cares about carry a number, such as the loss on a portfolio or the count of defaults in a mortgage pool. Others do not: the type of a financial institution and the rating on a corporate bond are categorical variables, which probability handles too.

The sample space collects every possible outcome

An experiment produces one outcome, and the set of every outcome it could have produced is the sample space, written as capital omega. For returns on the S&P 500 it is the set of all real numbers, truncated below because a return cannot fall past -100%. For the direction of that return it is {Positive, Negative}, and for corporate defaults it is {Default, No Default}.

Dice are the standard illustration. If two identical six-sided dice cannot be told apart, only the pair of values is observed, so the sample space contains 21 elements. Colour one of them and {1,2} differs from {2,1}, giving 36 values. Ask for the sum instead and it becomes {2, … , 12}.

An event is a subset, and the event space collects the subsets

An event is any subset of the sample space, denoted by the lower case omega, and it may hold one outcome, several, or none. One holding exactly one outcome is an elementary event, and one holding nothing is the empty set. Events are sets, so set notation is how they are written. Take the sum of two dice: the odd sums form one event, and the sums of at least nine form another.

The event space, written as a script F, collects every combination of outcomes that can be assigned a probability, and it is abstract rather than tied to an application. Suppose an experiment has the two outcomes {A} and {B}. Four events follow: A occurs and B does not, B occurs and A does not, both occur, or neither. The event space is {A, B, {A, B}, and the empty set}, and holding finitely many outcomes makes it a discrete probability space.

Corporate default gives {Default, No Default, {Default, No Default}, and the empty set}. Two members look impossible, yet a probability of 0 can be assigned to each, and the event space holds every set that takes one.

Figure 1: From outcomes to probabilities
Sample space Every outcome Events Subsets of it Event space Sets measured Probability 0 to 1
Probability is defined over the event space, not over single outcomes, which is why impossible-looking sets belong in it.
Check yourself
A takeover either does not happen, happens on hostile terms, or happens on friendly terms. What are the sample space, the events and the event space?
Writing NT for no takeover, HT for hostile and FT for friendly, the sample space is {NT, HT, FT}. The events are every combination drawn from it, empty set included, and the event space holds them all.
End of lesson.