Compute Probabilities
3 things to be able to compute probabilities from an experiment:
- A sample space S, at the set of results of the experiment, for example, in the coin toss experiment, the sample space S is the set of all possible outcomes: $S = \{Heads, Tails\}$
- Collection of events $E \subseteq S$, for example, the same coin toss, an event E could be “getting Heads”, which is $E = \{Heads\}$. Another event could be “getting Tails”, so $E = \{Tails\}$
- Function $P(E)$on the events, for instance, the probability function P(E) assigns a probability to each event. For a fair


