Random variables
Imagine an experiment performed in the future.
The outcome from this experiment is a number $X$ that we cannot possibly know
in advance of doing the experiment. At the very least however we know that $X$
will be a number from the set of all real numbers $\mathcal{R}$. We may know
more than this, however, so we define a function, $F_X(x)$, called the
cumulative probability distribution function, which somehow encodes all the
information we know about the most likely outcome of the experiment. This
function has the following three properties:
$$
\lim_{x\rightarrow -\infty} F_X(x) = 0 \qquad \lim_{x\rightarrow \infty}
F_X(x) = 1 \qquad \lim_{\epsilon\rightarrow 0} F_X(x+\epsilon) = F_X(x)
$$
and is given by $F_X(x) = P(X\le x)$. In other words $F_X(x)$ is the
probability that the random variable, $X$, has a value that is less than or
equal $x$.
Syllabus Aims
- You should be able to explain the classical interpretation of probability using notions from set theory.
- You should be able to calculate probabilities using the classical interpretation of probability. In other words you should be able to do this by enumerating all the outcomes in the sample space.
- You should be able to explain the limitations of the classical interpretation of probability.
- You should be able to list the properties of a probability distribution function and explain how this function should be interpreted.
- You should be able to explain the relationship between the probability mass function for a discrete random variable and the probability distribution function.
- You should be able to explain the relationship between the probability density function for a continuous random variable and the probability distribution function.