R/get_razzo_mcmc_store_every.R

Defines functions get_razzo_mcmc_store_every

Documented in get_razzo_mcmc_store_every

#' Get the MCMC sampling interval used in the article
#' @return the MCMC sampling interval
#' @author Richèl J.C. Bilderbeek
#' @export
get_razzo_mcmc_store_every <- function() {
  razzo::get_razzo_mcmc_chain_length() / 1000
}
richelbilderbeek/razzo documentation built on March 10, 2021, 1:17 p.m.