6 Making predictions using the central limit theorem and SciPy
This section covers
- Analyzing 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 3. 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 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 increases. ...
Get Data Science Bookcamp now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.