Probability distributions

Experiment

An experiment is a procedure that yields one of a given set of possible outcomes.

Link to original

Sample space

The sample space, , of the experiment is the set of all possible outcomes $$ S/\Omega = \{ s_1, s_2, ..., s_n \} $$

Link to original

Probability distribution

A probability distribution in the sample space is a function $p$ assigning a number $p(s_i)$ to each possible outcome $s_i$ in $S$ (the probability of $s_i$), such that:

  • values are exhaustive (cover everything)
  • values are mutually exclusive (no overlap)
  • , for all
  • All probability values add up to .

This means, for example: .

Link to original

Uniform distribution

A uniform distribution is where the probabilities are evenly distributed across the sample space. $$ p(s_i) = \frac{1}{n} \text{ for all } i = 1 \text{ to } n $$

title: Example
Given the uniform distribution on $S$.
If a fair dice is rolled, then there are six possible equally likely outcomes: $1,2,3,4,5,6$.
So $p(1) = p(2) = ... = p(6) = \frac{1}{6}$.
Link to original