Skip to content

Instantly share code, notes, and snippets.

@akelleh
Last active July 4, 2022 22:36
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save akelleh/2f7b59814f9a74ef0ac70be2645d192f to your computer and use it in GitHub Desktop.
Save akelleh/2f7b59814f9a74ef0ac70be2645d192f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@STBlackHawk
Copy link

Hey Adam really very good article, would you please explain to me why you chose 0.1,0.2 and 0.3 in

v0 = np.random.binomial(1, u*0.1)
v1 = np.random.binomial(1, u*0.2)
v2 = np.random.binomial(1, u*0.3)

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment