Skip to content

Instantly share code, notes, and snippets.

@eustin
Created May 15, 2023 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eustin/b837543086eb98cb107ed02d4f29a5cf to your computer and use it in GitHub Desktop.
Save eustin/b837543086eb98cb107ed02d4f29a5cf to your computer and use it in GitHub Desktop.
stat_sig_random_8
simulated_control_group = all_users[:NUM_CONTROL_USERS]
simulated_variant_group = all_users[NUM_CONTROL_USERS:]
simulated_control_group, simulated_variant_group
#> (array([0., 1., 1., 0., 1., 1.]), array([1., 0., 0., 0., 1., 1.]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment