This section covers:
- Analysis of the Normal curve using the SciPy library.
- Predicting mean and variance using the Central Limit Theorem.
- Predicting population properties using the Central Limit Theorem.
The Normal distribution is a bell-shaped curve that we introduced in Section Three. The curve arises naturally from random data sampling, due to the Central Limit Theorem. Previously, we noted how according to that theorem, repeatedly sampled frequencies will take the shape of a Normal curve. Furthermore, the theorem predicts a narrowing of that curve as the size of each frequency-sample goes up. In other words, the distribution’s standard deviation should decrease as the sampling size grows larger.
The Central Limit Theorem lies at the heart of all classic statistics. In this section, we probe the theorem in great detail, using the computational power of SciPy. Eventually, we will learn how to leverage the theorem to make predictions from limited data.