Probability Tables

10. Probability Tables#

Sometimes we need to compute a probability, or evaluate the inverse CDF of a distribution, but we don’t have a computer handy. Or perhaps it’s easier to simply look up a value in a table rather than firing up a Python environment. Tables for useful distributions are provided in the Sections of this Chapter, along with some interactive code examples to help you understand what the table is telling you, as well as illustrate the methods that are implemented in commonly used Python packages like scipy.stats.