Skip to content

Instantly share code, notes, and snippets.

@eustin
Created May 15, 2023 22:42
Show Gist options
  • Save eustin/f16b83bebc7fb70ca34ded874cb8f478 to your computer and use it in GitHub Desktop.
Save eustin/f16b83bebc7fb70ca34ded874cb8f478 to your computer and use it in GitHub Desktop.
stat_sig_random_1
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