All Projects → gapatino → Doing Frequentist Statistics With Scipy

gapatino / Doing Frequentist Statistics With Scipy

Licence: gpl-3.0
Repository for the PyData DC 2016 tutorial

Projects that are alternatives of or similar to Doing Frequentist Statistics With Scipy

Mlnet Workshop
ML.NET Workshop to predict car sales prices
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Downloadconceptualcaptions
Reliably download millions of images efficiently
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Potter
Using NLTK to run an analysis on the Harry Potter corpus - different versions of this talk were given at Codeland in NYC and DjangoCon US in San Diego in 2018.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Kaggle
Kaggle에서 진행하는 경진대회의 코드를 올려둔 공간입니다.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Kaggle Santander Customer Transaction Prediction 5th Place Partial Solution
Kaggle Competition notebooks
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Skymap
High-throughput gene to knowledge mapping through massive integration of public sequencing data.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Ismir2020 u nets svs
A PyTorch Implementation of the paper - Choi, Woosung, et al. "Investigating u-nets with various intermediate blocks for spectrogram-based singing voice separation." 21th International Society for Music Information Retrieval Conference, ISMIR. 2020.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Kaggle Web Traffic Time Series Forecasting
Solution to Kaggle - Web Traffic Time Series Forecasting
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Chatbot
Chatbot based on Rasa Framework
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Machine learning notebooks
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Symbolic Metamodeling
Codebase for "Demystifying Black-box Models with Symbolic Metamodels", NeurIPS 2019.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Eci2019 Nlp
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Nyc uber forecasting
Forecasting Uber demand in NYC neighborhoods
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow In Practice Specialization
DeepLearning.AI TensorFlow Developer Professional Certificate Specialization
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Nyc Ds Academy
In-class exercises for Deep Learning course at NYC Data Science Academy
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Financial Machine Learning Articles
Contains the code for my financial machine learning articles
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Dscourses19
ECON 5253: Data Science for Economists, University of Oklahoma (Spring 2019)
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Particle Filter Prototype
Particle Filter Implementations in Python and C++, with lecture notes and visualizations
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Zalando Pytorch
Various experiments on the [Fashion-MNIST](https://github.com/zalandoresearch/fashion-mnist) dataset from Zalando
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Hottbox Tutorials
📙 HOTTBOX: Higher Order Tensors ToolBOX. Tutorials
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook

Doing frequentist statistics with Scipy

Repository for the PyData DC 2016 tutorial

The objective of the project is to review the functions and methods available in the Scipy.stats library to perform common frequentist statistical tests; including how to format the data and interpret results. The tests will be run using data from the iris data set. Some common data handling commands in Pandas, along with plotting using Matplotlib and Seaborn will also be mentioned. The following statistical tests will be covered:

  • Normality testing
  • Homogeneity of variance testing
  • Comparing 2 samples of a continuous measure: t-tests, Cohen's d, Wilcoxon rank-sum, Mann-Whitney U test, Wilcoxon test
  • Comparing multiple groups: ANOVA, Kruskal-Wallis H
  • Contingency tables: Chi square, Fisher's exact test
  • Correlation: Pearson's correlation coefficient r, Spearman rank-order correlation coefficient rho, Point-biserial correlation coefficient, Kendall's Tau
  • Linear regression. This test will require the use of the Statsmodels library
  • Logistic regression. This test will require the use of the Statsmodels library

Files in the repository:

  • The iris data set in CSV format. This is the same dataset available in the Scikit-learn library
  • The Python 3 Jupyter Notebook with the code

The video of the presentation is available at:

https://www.youtube.com/watch?v=UNp9Bavok0o

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].