@@ -22,7 +22,7 @@ kernelspec:
2222!pip install numpyro jax
2323```
2424
25- This lecture is a sequel to the {doc}` Two Meanings of Probability lecture < prob_meaning> ` .
25+ This lecture is a sequel to the {doc}` prob_meaning ` .
2626
2727That lecture offers a Bayesian interpretation of probability in a setting in which the likelihood function and the prior distribution
2828over parameters just happened to form a ** conjugate** pair in which
@@ -67,7 +67,7 @@ from numpyro.optim import Adam as nAdam
6767
6868## Unleashing MCMC on a Binomial Likelihood
6969
70- This lecture begins with the binomial example in the {doc}` Probability Meanings lecture < prob_meaning> ` .
70+ This lecture begins with the binomial example in the {doc}` prob_meaning ` .
7171
7272That lecture computed a posterior
7373
@@ -82,7 +82,7 @@ We use `numpyro` with assistance from `jax` to approximate a posterior distribut
8282
8383We use several alternative prior distributions.
8484
85- We compare computed posteriors with ones associated with a conjugate prior as described in {doc}` Probability Meanings lecture < prob_meaning> ` .
85+ We compare computed posteriors with ones associated with a conjugate prior as described in {doc}` prob_meaning ` .
8686
8787### Analytical Posterior
8888
@@ -743,7 +743,7 @@ For the same Beta prior, we shall
743743* compute posteriors using MCMC using `numpyro`.
744744* compute posteriors using VI using `numpyro`.
745745
746- Let's start with the analytical method that we described in this {doc}`Probability Meanings lecture < prob_meaning> `
746+ Let's start with the analytical method that we described in this {doc}`prob_meaning`
747747
748748```{code-cell} ipython3
749749# First examine Beta prior
0 commit comments