Skip to content

Commit 6dfce67

Browse files
committed
Fix typo
1 parent 1a2decf commit 6dfce67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/gaussian-mixture-models/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ model = gaussian_mixture_model(x);
112112
```
113113

114114
We run a MCMC simulation to obtain an approximation of the posterior distribution of the parameters $\mu$ and $w$ and assignments $k$.
115-
We use a `Gibbs` sampler that combines a [particle Gibbs](https://www.stats.ox.ac.uk/%8Edoucet/andrieu_doucet_holenstein_PMCMC.pdf) sampler for the discrete parameters (assignments $k$) and a Hamiltonian Monte Carlo sampler for the continuous parameters ($\mu$ and $w$).
115+
We use a `Gibbs` sampler that combines a [particle Gibbs](https://www.stats.ox.ac.uk/%7Edoucet/andrieu_doucet_holenstein_PMCMC.pdf) sampler for the discrete parameters (assignments $k$) and a Hamiltonian Monte Carlo sampler for the continuous parameters ($\mu$ and $w$).
116116
We generate multiple chains in parallel using multi-threading.
117117

118118
```{julia}

0 commit comments

Comments
 (0)