Skip to content

Instantly share code, notes, and snippets.

@eustin
Created May 15, 2023 22:58
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/9197d5b832d7b49b647cbc473b2d1c0b to your computer and use it in GitHub Desktop.
Save eustin/9197d5b832d7b49b647cbc473b2d1c0b to your computer and use it in GitHub Desktop.
stat_sig_random_19
actual_specialness_result = score_test_proportions_2indep(NUM_CONVERTING_VARIANT_USERS, NUM_VARIANT_USERS, NUM_CONVERTING_CONTROL_USERS, NUM_CONTROL_USERS, alternative="larger")
print(f"actual 'specialness' result: {actual_specialness_result.pvalue:.2%}")
#> actual 'specialness' result: 3.83%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment