Illustrating the Central Limit Theorem Using Python and Numpy

preview_player
Показать описание

Using numpy we generate a population distribution with non-normal characteristics (gamma family). Then by way of the random module, we take a series of samples from that distribution, computing their average each time, then plot the distribution of the averages.

The result is that the distribution of the averages is normally distributed. We then observe the mean of the normally distributed averages, is the same as the mean of the Gamma population distribution.

The upshot is that you can leverage known traits of the normal distribution now to make observations about the parent distribution.
Рекомендации по теме
Комментарии
Автор

Really good video man. Strange choice of going to Wikipedia in the beginning but really well done afterwards.

george