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

context-aware bootstrap sampling for point estimation #151

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

han-ol
Copy link
Contributor

@han-ol han-ol commented Mar 18, 2024

The AmortizedPointEstimatior now has a method for uncertainty quantification of point estimators with parametric bootstrap.

bootstrap_sample(forward_dict, n_bootstrap, simulator, configurator, to_numpy=True, **kwargs) returns estimator samples of the bootstrap distribution. Because simulator and configurator in general depend on context variables, the full output forward_dict of the generative model needs to be passed.

@han-ol
Copy link
Contributor Author

han-ol commented Mar 18, 2024

Related to #121

@stefanradev93 stefanradev93 merged commit a7c34f3 into bayesflow-org:Development Mar 20, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants