Python Basic Statistical Analysis

preview_player
Показать описание
Python statistical functions such as average, maximum, minimum, standard deviation, and custom counting are demonstrated in an iPython notebook.
Рекомендации по теме
Комментарии
Автор

Nice tutorial! One thing I noticed though, when you created z you used parenthesis instead of square brackets so it returned a generator. The generator was not actually iterated over until you called sum(z).

stuckinsandiego
Автор

Can we do binomial/Poisson/geometric experiment test on dataset, as a part of exploratory data analysis?

svitirur