This repository contains Jupyter Notebooks and utility functions related to statistics and hypothesis testing. The notebooks cover various topics, including introductory concepts, power functions, tests for one sample, tests for two samples, tests for variance, Q-Q plots, tests for paired data, chi-squared for categorical data, p-values under the null hypothesis, regression confidence intervals, and the W-test.
- Hypothesis Introduction
- Hypothesis Power Function
- Tests for One Sample
- Tests for Two Samples
- Tests for Variance
- Q-Q Plots
- Tests for Paired Data
- Chi-Squared for Categorical Data
- Bootstrap Confidence Intervals
- Multiarmed Bandits
The mystats
module in this repository contains utility functions for statistical analysis.
plots
sub-module: Custom plotting functionsqqplot.py
: Q-Q plot implementationztest
sub-module: Z-test related functionsregion.py
: Confidence interval regionspower.py
: Power function calculations