Skip to content

Commit

Permalink
minor updates to samplers avaialble in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielturek committed May 23, 2024
1 parent 3673e4e commit 0b42fa7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

[![tests](https://github.com/nimble-dev/nimbleHMC/workflows/tests/badge.svg)](https://github.com/nimble-dev/nimbleHMC/actions)

Provides derivative-based MCMC sampling algorithms for use in conjunction with the `nimble` package. These include:
Provides derivative-based MCMC sampling algorithms and convenence functions, for use in conjunction with the MCMC engine avaialble in the `nimble` package. Sampling algorithms include:

- Hamiltonian Monte Carlo (HMC-NUTS) sampler
- No-U-Turn Hamiltonian Monte Carlo (`NUTS`) sampler
- Historical implementation of the original No-U-Turn HMC (`NUTS_classic`) sampler
- Langevin sampler (*under development*)

See the [nimble user manual](https://r-nimble.org/html_manual/cha-mcmc.html#subsec:HMC) for more information and examples.
Expand Down

0 comments on commit 0b42fa7

Please sign in to comment.