Introduction

5.1. Introduction#

The probability is the chance or likelihood that a given event will occur. For example, we can ask, “What is the probability that it will rain tomorrow?”, and evaluate the possibility of that event occuring mathematically. Probability is a branch of mathematics concerned with the study of probabilities.

We quantify the probabilities of various events in this chapter. We do both mathematical analysis and computation. As in other fields of mathematics, mathematical understanding guides the choices of what to compute, and insights gained from computational exploration enhance mathematical understanding.

Ultimately we use models to describe practical problems via mathematics or an algorithm (precise method). We solve mathematical models approximately using Python programs or implement algorithms using Python. The results mimic, imitate, or simulate the behavior of the physical or practical problem at hand. We can use Python to create visualizations that facilitate interpretation of the computer simulation.