Created
May 15, 2023 22:58
-
-
Save eustin/9197d5b832d7b49b647cbc473b2d1c0b to your computer and use it in GitHub Desktop.
stat_sig_random_19
This file contains 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
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