We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a45427 commit 2afb11eCopy full SHA for 2afb11e
usage/predictive-distributions/index.qmd
@@ -121,7 +121,7 @@ $$
121
p(\tilde{x}) = \int p(\tilde{x} | \theta) p(\theta) d\theta,
122
$$
123
124
-In exactly analogous fashion to above, you could sample from the prior distribution of the conditioned model, and _then_ pass that to `predict`:
+In an exactly analogous fashion to above, you could sample from the prior distribution of the conditioned model, and _then_ pass that to `predict`:
125
126
```{julia}
127
prior_params = sample(model, Prior(), 1_000; progress=false)
0 commit comments