Created
May 31, 2019 22:28
-
-
Save fonnesbeck/542a02bf2b3371a3570aa37e982ee07d to your computer and use it in GitHub Desktop.
This file contains 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
more_curves = [1810, 2225, 3015] | |
with curve_spin_model: | |
pm.set_data({'spin': more_curves}) | |
post_pred = pm.sample_posterior_predictive(trace, samples=1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment