Created
November 28, 2018 02:25
-
-
Save WillKoehrsen/d44f63e9053090f91145de3fa67065fd 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
with model: | |
# Sample from the posterior | |
trace = pm.sample(draws=1000, chains=2, tune=500, | |
discard_tuned_samples=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment