R/data_posterior_summ.R

#' Posterior distribution of calibrated parameters
#'
#' A \code{data.frame} with the summary statistics of the calibrated parameters.
#' @format A \code{data.frame} with three rows, one per calibrated parameter 
#' and 6 columns:
#' \describe{
#'   \item{Parameter}{Parameter name.}
#'   \item{Mean}{Posterior mean.}
#'   \item{2.5\%}{Lower bound of credible interval.}
#'   \item{50\%}{Posterior median.}
#'   \item{97.5\%}{Upper bound of credible interval.}
#'   \item{MAP}{Maximum-a-posteriori (MAP) estimate.}
#' }
#' @docType data
"df_posterior_summ"
DARTH-git/darthpack documentation built on March 10, 2024, 3:31 p.m.