Skip to content

Commit

Permalink
Merge pull request #680 from stan-dev/avehtari-patch-1
Browse files Browse the repository at this point in the history
Minor typo fix diagnose_utility.Rmd
  • Loading branch information
avehtari authored Oct 23, 2023
2 parents 1a14a50 + fa1f12b commit 242d17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmdstan-guide/diagnose_utility.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ concern. Configuring the No-U-Turn-Sampler (the variant of
HMC used by Stan) requires putting a cap on the depth of the trees
that it evaluates during each iteration (for details on this see the
*Hamiltonian Monte Carlo Sampling* chapter in the
[Stan Reference Manual](https://mc-stan.org/docs/reference-manual/hmc.html).
[Stan Reference Manual](https://mc-stan.org/docs/reference-manual/hmc.html)).
When the maximum allowed tree depth is reached it
indicates that NUTS is terminating prematurely to avoid excessively
long execution time.
Expand Down

0 comments on commit 242d17c

Please sign in to comment.