UCL / rmcmc

Robust Markov chain Monte Carlo methods in R
http://github-pages.ucl.ac.uk/rmcmc/
Other
1 stars 0 forks source link

Adding helper functions for interfacing with BridgeStan models #17

Closed matt-graham closed 1 month ago

matt-graham commented 1 month ago

Resolves #6

Adds helper functions target_distribution_from_stan_model and trace_function_from_stan_model for creating objects needed for sampling chains using BridgeStan StanModel instance.