Created
May 15, 2023 22:42
-
-
Save eustin/f16b83bebc7fb70ca34ded874cb8f478 to your computer and use it in GitHub Desktop.
stat_sig_random_1
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
NUM_CONTROL_USERS = 6 # total number of users in control group | |
control_users = np.zeros(NUM_CONTROL_USERS) | |
#> array([0., 0., 0., 0., 0., 0.]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment