Created
March 28, 2021 07:47
-
-
Save grahamharrison68/9b80cb74790ab457db379802d0b5b6cf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
p_hat_test = 0.78 | |
n_test = 32 | |
binomial_distribution_ci(0.95, p_hat_test, n_test) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment