Extract the inverse metric (mass matrix) for each MCMC chain.
inv_metric(matrix = TRUE)
A list of length equal to the number of MCMC chains. See the matrix
argument for details.
if (FALSE) { # \dontrun{
fit <- cmdstanr_example("logistic")
fit$inv_metric()
fit$inv_metric(matrix=FALSE)
fit <- cmdstanr_example("logistic", metric = "dense_e")
fit$inv_metric()
} # }