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.

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 learn how to use the theorem to make predictions from limited data.

6.1 Manipulating the normal distribution using SciPy

 

6.1.1 Comparing two sampled normal curves

 

6.2 Determining the mean and variance of a population through random sampling

 
 
 
 

6.3 Making predictions using the mean and variance

 
 
 

6.3.1 Computing the area beneath a normal curve

 
 
 

6.3.2 Interpreting the computed probability

 
 
 

Summary

 
 
 
 
sitemap

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage