Skip to content

Instantly share code, notes, and snippets.

@libbkmz
Created January 16, 2019 14:54
Show Gist options
  • Save libbkmz/5364095e629f45134207c42847567185 to your computer and use it in GitHub Desktop.
Save libbkmz/5364095e629f45134207c42847567185 to your computer and use it in GitHub Desktop.
quantile_list_big = [(1. - 0.1 ** x) + (0.1 ** (x + 1)) * y for x in xrange(1, 8+1) for y in xrange(1, 10)]
quantile_list_small = [(1. - 0.1 ** x) for x in xrange(1, 8+1)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment