Skip to content

HMC No-U-Turn sampler (NUTS) implementation in R

Notifications You must be signed in to change notification settings

SWotherspoon/NUTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No-U-Turn Sampler

This is a fork of kasparmartens/NUTS, a pure R implementation of the No-U-Turn sampler for Hamiltonian Monte Carlo, algorithm 6 of Hoffman and Gelman (2014).

Installing

The package is easily installed from GitHub, using the devtools package.

devtools::install_github("SWotherspoon/NUTS")

If you don't have devtools installed already, install it first.

install.packages("devtools")

About

HMC No-U-Turn sampler (NUTS) implementation in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%