Probability Distributions

What is a probability distribution?

In module 3, we learned about probabilities, events, and outcome spaces. A probability distribution puts these three concepts together. Each probability distribution is defined upon an outcome space and assigns a probability to each event in this outcome space. Furthermore,

1) The sum of the probabilities over all events must equal 1

2) The probability of each event must be greater than or equal to 0

Probability distributions are used to model systems that have some element of randomness to them. Such models are designed either using observations of the system or physical laws. These models can help you better understand the system and make predictions about what will happen next in the system.

Define a probability distribution for whether it will be rainy or sunny tomorrow. If we wanted this model to be useful, we would need to use real-world data, but for this question, just make a guess!

Bonus: how many different probability distributions are there?

When modeling a real-world system, we want to use the probability distribution that most accurately captures the nature of the system. Taking a guess, as we did in the above question, isn't going to cut it. There are many techniques to design a probability distribution that are more accurate than guessing. You can learn more about these techniques by studying statistics and machine learning!

While it can be very difficult to accurately define the probability distribution for some real-world systems, such as the weather, other real-world systems can be modeled using one of several common probability distributions.

The following four probability distributions are some, but not all, of these common distributions. Learning about these distributions is really exciting because it can change the way you think about randomness in the world! We will cover the Bernoulli, discrete uniform, continuous uniform, and normal distributions.

Last updated