next up previous contents
Next: Random variables and random Up: Random Variables Previous: Random Variables   Contents

The concept of Probability

A general model for an experiment could be constructed in the following manner:

  1. Take a non-empty set $ \Omega$, in such a way that each $ \omega \in \Omega $ represents a possible outcome of the experiment.

  2. To the ``greatest possible number" of subsets $ A \subset \Omega $, each subset $ A$ representing a possible event, associate a number $ P(A) \in [0,1] $, called the probability of such event.

An event $ A$ has been observed when we perform a ``realization of the experiment'' and an outcome $ \omega \in A$ is obtained. The probability of the event can be defined as follows (``frequentist approach''):

Repeat the experiment $ N$ times, with $ N$ large, and observe the results. If event $ A$ has occurred $ N_A$ times then

$\displaystyle f_a = \frac{N_A}{N}
$

is the relative frequency of event $ A$ and is an approximation of the probability $ P(A)$ of occurrence of $ A$. Then $ P(A)$ can be defined as:

$\displaystyle P(A)= \lim_{N\rightarrow\infty} \frac{N_A}{N}
$

In practice the probability is a function relating the elements of the family of events to the interval $ [0,1]$:

$\displaystyle P:{\cal A} \rightarrow [0,1]
$

where $ {\cal A} \subset \Omega$ and the following properties hold:
$\displaystyle P(\Omega)$ $\displaystyle =$ $\displaystyle 1$  
$\displaystyle P(\sum_{n=1}^{\infty} A_n)$ $\displaystyle =$ $\displaystyle \sum_{n=1}^\infty P(A_n)$  

for any family $ {\cal A} = \{A_n\}$ of events for which $ A_n\bigcap A_m = \emptyset$ if $ n\neq m$.

In mathematical terms the ordered triple

$\displaystyle (\Omega, {\cal A}, P)$ (1.1)

is called a probability space if The structure (1.1) constitutes the basis for a mathematical model of an experiment, keeping in mind the non-reproducibility which is often encountered in empirical sciences. For instance, in a coin toss the outcomes are ``heads'' ($ H$) or ``tails'' ($ T$) and we can take

$\displaystyle \Omega = \{ H, T \}
$

All possible events are elements of

$\displaystyle {\cal A} = \{ \emptyset, \{ H \} , \{ T \} , \Omega \}
$

Lastly, if the coin is ``fair", intuitively the probability $ P$ is given by
$\displaystyle P(\emptyset) = 0$   $\displaystyle P(\Omega) = 1$  
$\displaystyle P(H) = 1/2$   $\displaystyle P(T) = 1/2$  

All the properties of probability, without exception, are derived from the mathematical model (1.1).


next up previous contents
Next: Random variables and random Up: Random Variables Previous: Random Variables   Contents
Mario Putti 2003-10-06