In the previous chapter we saw how a geometric approach can help us formalize our intuition of probability, we'll now extend this approach to a less intuitive topic: calculating probabilities when there are infinite possible outcomes.
A typical example of probability statement in this context could be "30% of the adult population is taller than 1.85cm"; it's clear that there are infinite possible heights (any number between 0m and 2.50m), so how can we represent this in our geometrical model? And how can we compute the probability of any event?
The key insight is that instead of talking about probability of having a specific height we talk about probability of being taller than or shorter than a specific height; indeed it's pretty straightforward that the probability of being exactly 1.80m, not one atom more not one atom less, is 0% because it's one height among infinite possible heights. This time in our usual rectangle we'll have overlapping regions representing the possible statements we are interested in and we'll have an infinite number of such regions.
We can still use the rules we introduced in the previous chapter, for example if we want to compute the probability of knowing that we can follow the usual construction for the conditional probability.
The cases where we have infinite possible outcomes are called continuous probability distributions. Since the probability of any specific outcome is we usually characterize them with a cumulative distribution function , meaning that the value we are interested in (e.g. the height) is less than or equal to a given numerical value (e.g. 1.80m).
Notice that we may well define a cumulative distribution function for a discrete probability distribution, and indeed it's often useful to do so, for example when we want to compare discrete and continuous probability distributions.
Probability density functions
With finite probability distributions we have an easy way to compare how likely two events are: simply looking at the relative size of the rectangles, but with continuous probability distributions how can we tell that "being around 1.80m tall is much more likely than being around 2.20m tall"? To do this we can modify our geometric representation a bit: instead of representing the event space as a big rectangle we represent it as the area under a curve such as the following:
The key difference is that the marks representing each height are now evenly spaced and we can judge the relative likelihoods just by looking at the y value of the curve at each height we are interested in: greater y values mean that it's likelier to be around that value. Furthermore by convention the area of the whole event space is , in this way we don't need to divide by the area of the event space when computing probabilities. The function that represents the curve is called probability density function and we usually write it as .
Another very useful characteristic of introducing the probability density function is that it helps us to compute specific probabilities: we know that the probability of an event is the area of the region representing that event (because we are using the convention that the even space has area ), that is the area under the curve between two given points and if you studied calculus you'll know that it can be computed as an integral. For example the probability of being between 1.60m and 1.80m can be calculated as:
Remember that we also defined the cumulative distribution function as , this implies that
By the fundamental theorem of calculus we have proved that is simply the derivative of .
Random variables
We will often use the term random variable, meaning a value that depends on random phenomena (e.g. the height of an adult chosen at random); more formally to define a random variable we have to choose a probability space (e.g. the result of one spin of a slot machine) and then the random variable is any function that assigns a numerical value to each event in the probability space (e.g. the function that maps every possible combination of a slot machine's symbols to the associated prize).
Given a random variable the expression thus indicates the total probability of the events that when mapped by the function output a value less than . For example, calling the random variable corresponding to a slot machine spin, is the probability of spinning a combination of symbols worth less than . The expression is exactly the same expression that we used to defined the cumulative distribution function and indeed it has the same name also in the context of random variables.
Notice that the random variable is completely described by its cumulative distribution function, so when studying it it's irrelevant which probability space was used to define it. For this reason from this point on we can forget about the geometric representation, the space of events and the rest of the theoretical roots of probability, because we will only deal with random variables, cumulative distribution functions and probability densities.
Average, standard deviation and quantiles
Now that we are dealing with random variables that can have infinite possible values we need some syntethic ways to qualitatively describe them without having to explicitly say the probability of every possible value.
The first thing that comes to mind is calculating the average value of the random variable; if the variable has finite possible values than we know that the average is defined as follows:
In the continuous case the definition is analogous, but uses an integral and the probability density function instead of the sum and the probability function:
In a way we can say that the the mean is the center of gravity of the random variable.
Notice that if the distribution is not symmetric than .
We often use the letter to indicate the mean if it's clear to which random variable we are referring. Furthermore average, mean and expected value all have the same meaning.
Another very important property of a random variable is it's variance, that is "how spread out it is"; formally the variance of a random variable is defined as follows:
We can understand this definition as "the variances is the average distance from the mean". Visually we can distinguish high variance and low variance variables by how "spiky" they look:
Often it's more practical to talk about the standard deviation of a random variable, that is the square root of the variance. We use the letter to refer to the standard deviation and thus is the variance.
Just because two distributions have the same average and variance doesn't mean that they are the same distribution, but it means that they have some commonalities. Below you can play around changing the average and variance of some very common distributions that we will explore more in depth later on:
Another group of metrics that we can define for any random variable are the quantiles, the quantile is the value such that , we can also leverage our definition of cumulative distribution function to notice that
There are a few important quantiles that get their own names:
- the median is the 50% quantile;
- the quantiles with probabilities 25%, 50% and 75% are called quartiles.
The law of large numbers
We will often need to handle several random variables at the same time, those variables are said to be independent if the value of one doesn't influence the other, for example height and weight are not independent because tall people are likely heavier too, whereas the result of one dice roll and of another one are independent. Formally we say that and are independent random variables if
For independent random variables we have a couple of useful relations:
Furthermore for any random variable we have that
From those properties we can prove the law of large numbers: if we call the average of identically distributed independent random variables then
Proof
We have defined as , thus it's expected value is
With analogous calculations we find that
Thus .
This means that as we average more and more random variables the distribution will come closer and closer to the mean.
For example let's say that we throw a coin and say heads=1 and tails=0, the average coin toss will be 0.5, but it wouldn't be that weird to throw 2 heads in a row and get a mean of 1, on the other hand it would be extremely unlikely to throw 200 coins and still have a mean of less than 0.3.
We can verify this experimentally: try to do a few virtual coin tosses and see if the average value stabilizes around 0.5.
If you try to do a few rounds of 200 tosses, you will notice that the average value after 5 coin flips bounces around quite a lot, but the average value after 200 coin flips is always very close to 0.5, that's because the variance of the former is high whereas the variance of the latter is low.