Skip to content

Instantly share code, notes, and snippets.

@a-agmon
Last active May 3, 2020 05:40
Show Gist options
  • Save a-agmon/c6023464fe2876f78acee6964fce4725 to your computer and use it in GitHub Desktop.
Save a-agmon/c6023464fe2876f78acee6964fce4725 to your computer and use it in GitHub Desktop.
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