An open API service indexing awesome lists of open source software.

https://github.com/tomicapretto/shiny-hmc

A Shiny app to help people learn (and play with) Hamiltonian Monte Carlo
https://github.com/tomicapretto/shiny-hmc

bayesian-statistics hmc mcmc

Last synced: 3 months ago
JSON representation

A Shiny app to help people learn (and play with) Hamiltonian Monte Carlo

Awesome Lists containing this project

README

        

# ShinyHMC

An interactive Shiny app to learn about Hamiltonian Monte Carlo sampling.

This is still a work in progress.
I do have a couple of ideas to try and I would like to document everything a bit more.
Suggestions are more than welcomed :)

## Installation

Install this package from [GitHub](https://github.com/) with:

```r
# install.packages("devtools")
devtools::install_github("tomicapretto/shiny-hmc")
```

## Run application

The function `run_app()` fires up the application. Just do

``` r
shinyhmc::run_app()
```

and have fun!

## How it looks

[recording.webm](https://github.com/user-attachments/assets/ab71ed64-7747-4f64-99e6-09c0a81d3d8a)