Python Sample Size to Generalize Population (Simulation using Random Module)

Опубликовано: 31 Январь 2018
на канале: Jeffrey James
2,541
18

https://gist.github.com/jrjames83/02e...

We simulate the process of determining how many random samples we need to take, in order to understand distributional (category) properties of a population far too large to analyze manually.

We make good use of the random and collections modules, specifically random.sample and random.choices, along with the Counter class. It seems that around 400 samples from a population of 100k items provides a reasonably good approximation of how many items belong to each category in our overall population.


На этой странице сайта вы можете посмотреть видео онлайн Python Sample Size to Generalize Population (Simulation using Random Module) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Jeffrey James 31 Январь 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 2,541 раз и оно понравилось 18 зрителям. Приятного просмотра!