Skip to content

Commit 597aa3b

Browse files
committed
fix: README typo
1 parent 29e4ba0 commit 597aa3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ the model-amortizer combination on unseen simulations:
105105
# Generate 500 new simulated data sets
106106
new_sims = trainer.configurator(generative_model(500))
107107

108-
# Obtain 100 posteriors draws per data set instantly
108+
# Obtain 100 posterior draws per data set instantly
109109
posterior_draws = amortized_posterior.sample(new_sims, n_samples=100)
110110

111-
# Diagnoze calibration
111+
# Diagnose calibration
112112
fig = bf.diagnostics.plot_sbc_histograms(posterior_draws, new_sims['parameters'])
113113
```
114114

@@ -302,7 +302,7 @@ This project is currently managed by researchers from Rensselaer Polytechnic Ins
302302
You can cite BayesFlow along the lines of:
303303

304304
- We approximated the posterior with neural posterior estimation and learned summary statistics (NPE; Radev et al., 2020), as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023a).
305-
- We approximated the likelihood with neural likelihood estimation (NLE; Papamakarios et al., 2019) without hand-cafted summary statistics, as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
305+
- We approximated the likelihood with neural likelihood estimation (NLE; Papamakarios et al., 2019) without hand-crafted summary statistics, as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
306306
- We performed simultaneous posterior and likelihood estimation with jointly amortized neural approximation (JANA; Radev et al., 2023a), as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
307307

308308
1. Radev, S. T., Schmitt, M., Schumacher, L., Elsemüller, L., Pratz, V., Schälte, Y., Köthe, U., & Bürkner, P.-C. (2023a). BayesFlow: Amortized Bayesian workflows with neural networks. *The Journal of Open Source Software, 8(89)*, 5702.([arXiv](https://arxiv.org/abs/2306.16015))([JOSS](https://joss.theoj.org/papers/10.21105/joss.05702))

0 commit comments

Comments
 (0)