Skip to content

Working code samples for the blog post series: Introduction to hypothesis testing

License

Notifications You must be signed in to change notification settings

sonalake/blog-hypothesis-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to hypothesis testing

This project contains the working samples from the Introduction to hypothesis testing blog post series by Sonalake.

The series of blog posts outlines in more detail what are the reasons for using these code samples.

What test should I use?

The cheat sheet mentioned in the blog post is here:

cheat sheet

The different examples from the blog post are:

Analysing proportions

Analysing means

Analysing frequencies

Setting up the project

First set up your environment:

python3 -m venv env

Then set up your dependencies:

env/bin/python -m pip install -r requirements.txt

You can use this venv/bin/python to run these examples, but PyCharm will use this virtualenv as-is.

About

Working code samples for the blog post series: Introduction to hypothesis testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published