Skip to content

Commit 462147a

Browse files
authored
Fix typo in NUTS description in notebook
1 parent 1184284 commit 462147a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/05_mcmc_adaptive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
"- DEMCz: Differential Evolution MCMC (population-based)\n",
697697
"- DEMCzs: DEMCz with snooker update (better for complex posteriors)\n",
698698
"- HMC: Hamiltonian Monte Carlo (uses gradients)\n",
699-
"- NUTS: No-U Turn Sanpler (adaptive HMC)\n",
699+
"- NUTS: No-U Turn Sampler (adaptive HMC)\n",
700700
"\n",
701701
"Before we start, let's go through the our last two samplers.\n",
702702
"\n",

0 commit comments

Comments
 (0)