extract_hmc_info {chkptstanr} | R Documentation |
Extract HMC Sampler Information
Description
Extract the inverse metric and step size adaption from
CmdStanMCMC
objects.
Usage
extract_hmc_info(object)
Arguments
object |
An object of class |
Value
A list including
-
inv_metric
: Inverse metric for each chain (withmatrix = FALSE
). -
step_size_adapt
: Step size adaptation for each chain.
Note
This is primarily used internally.
Examples
## Not run:
library(cmdstanr)
fit_schools_ncp_mcmc <- cmdstanr_example("schools_ncp")
extract_hmc_info(fit_schools_ncp_mcmc)
## End(Not run)
[Package chkptstanr version 0.1.1 Index]