Completion requirements
Given any module that deals with statistics, one basic skill you must have is to be able to program and create plots of probability distributions typically encountered in the field of data science. This tutorial should remind you of various distributions introduced in this section, but now they are phrased using the scipy.stats module.
Discrete distributions
Here, we will explain a series of discrete distributions.
Source: Justin Bois, http://bois.caltech.edu/dist_stories/t3b_probability_stories.html
This work is licensed under a Creative Commons Attribution 4.0 License.