Skip to content

Instantly share code, notes, and snippets.

@rvvincelli
Created March 29, 2021 11:53
prior = pymc3.Gamma('prior', alpha=1, beta=0.99)
likelihood = pymc3.Pareto('likelihood', alpha=prior, m=0.1, observed=play_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment