Created
May 15, 2023 22:57
-
-
Save eustin/1e2e159dae99f0835cb7d84390abfed6 to your computer and use it in GitHub Desktop.
stat_sig_random_18
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
sampling_specialness_result = (sampled_diffs >= observed_diff_in_rates).sum() / sampled_diffs.shape[0] | |
print(f"sampled 'specialness' result: {sampling_specialness_result:.2%}") | |
#> sampled 'specialness' result: 3.41% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment