Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design comparison metric #7

Open
hyunjimoon opened this issue Oct 29, 2022 · 0 comments
Open

Design comparison metric #7

hyunjimoon opened this issue Oct 29, 2022 · 0 comments

Comments

@hyunjimoon
Copy link
Contributor

From abstracted mechanism of draws2data2draws design the following compare metric using Martin's test quantities.

	def diagnose(prior_sample, posterior_sample, ,target_simulated_obs, test_quantity):
	    return compare(test_quantity(prior_sample, target_simulated, target_simulated_obs, target_obs), 
	    		   test_quantity(posterior_sample, target_simulated, target_simulated_obs, target_obs))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant