Skip to content

This repository showcases a collection of well-documented projects focused on Hypothesis Testing and both Descriptive and Inferential Statistical analysis. It includes practical implementations of statistical tests such as t-tests, ANOVA, Chi-square, Mann-Whitney U, and correlation analysis, alongside summary statistics and visual insights

License

Notifications You must be signed in to change notification settings

Jabulente/Hypothesis-Testing-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypothesis Testing in Python

This repository is dedicated to the practical implementation of statistical tests within data analysis workflows. It provides ready-to-use Python scripts and Jupyter notebooks that apply both descriptive and inferential statistics to real and simulated datasets. Each project is crafted to demonstrate how to use statistical methods to explore, summarize, and make data-driven decisions. Whether analyzing group differences, testing relationships, or validating assumptions, this repository bridges theoretical concepts with applied data science.

🎯 Goal

The main goal is to simplify the use of statistical testing in data analysis by offering reusable and interpretable code for common scenarios. It empowers users to understand when and how to apply statistical tests, interpret the results correctly, and use them to support sound conclusions. This resource serves both as a learning tool and as a reference point for performing reliable and accurate statistical analysis.

🛠️ Technologies Used

  • Python 3.x
  • Pandas – for data wrangling and exploration
  • NumPy – for numerical operations
  • SciPy (scipy.stats) – for implementing statistical tests
  • Statsmodels – for modeling and inferential statistics
  • Matplotlib & Seaborn – for data visualization
  • Jupyter Notebooks – for interactive execution and annotation

About

This repository showcases a collection of well-documented projects focused on Hypothesis Testing and both Descriptive and Inferential Statistical analysis. It includes practical implementations of statistical tests such as t-tests, ANOVA, Chi-square, Mann-Whitney U, and correlation analysis, alongside summary statistics and visual insights

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published