Skip to content

Instantly share code, notes, and snippets.

@eustin
Created May 15, 2023 22:24
Show Gist options
  • Save eustin/e77bd5458b18cd669742ca5a78aa3f6c to your computer and use it in GitHub Desktop.
Save eustin/e77bd5458b18cd669742ca5a78aa3f6c to your computer and use it in GitHub Desktop.
stat_sig_python_stuff
import random
import numpy as np
from statsmodels.stats.proportion import score_test_proportions_2indep
from scipy import stats
from numba import njit, prange
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker
import seaborn as sns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment