Created
May 15, 2023 22:24
-
-
Save eustin/e77bd5458b18cd669742ca5a78aa3f6c to your computer and use it in GitHub Desktop.
stat_sig_python_stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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