Last active
May 3, 2020 05:40
-
-
Save a-agmon/c6023464fe2876f78acee6964fce4725 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
print(f'50% of the population will not make bad req after {kmf_breq.percentile(0.50)} days') | |
print(f'75% of the population will not make bad req after {kmf_breq.percentile(0.25)} days') | |
print(f'99% of the population will not make bad req after {kmf_breq.percentile(0.01)} days') | |
print(f'no one will make bad req after {kmf_breq.percentile(0.00)} days') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment