Skip to content

Instantly share code, notes, and snippets.

@klgraham
Created March 26, 2016 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klgraham/ddaf96d9ddcf99263941 to your computer and use it in GitHub Desktop.
Save klgraham/ddaf96d9ddcf99263941 to your computer and use it in GitHub Desktop.
uniform.mean() // Approximately 0.5
uniform.prob({ $0 > 0.7 }) // Approximately 0.3
dice.prob({ $0 == 7 }) // Approximately 1/6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment