Skip to content

Commit bf4e48d

Browse files
Update examples/howto/updating_priors.myst.md
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 32c2d15 commit bf4e48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/howto/updating_priors.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Observe that, despite the fact that the iterations seems improving, toms of the
198198
199199
``````{admonition} An alternative approach
200200
:class: tip
201-
There is an alternative way in `pymc-experimental` trough the function {func}`~pymc_experimental/utils/prior.prior_from_idata` that does something similar. This function:
201+
There is an alternative way in `pymc-experimental` trough the function {func}`~pymc_experimental.utils.prior.prior_from_idata` that does something similar. This function:
202202
> Creates a prior from posterior using MvNormal approximation.
203203
> The approximation uses MvNormal distribution. Keep in mind that this function will only work well for unimodal
204204
> posteriors and will fail when complicated interactions happen. Moreover, if a retrieved variable is constrained, you

0 commit comments

Comments
 (0)