R/synthetic_bn.R

#' A synthetic Bayesian network
#'
#'\code{synthetic_bn} is a \code{bn.fit} object for a simple Bayesian network involving three variables.
#'
#' @docType data
#'
#' @usage synthetic_bn
#'
#'
#' @format The Bayesian network \code{bnsens_example} comprehends the following nodes:
#' \itemize{
#'   \item \bold{y1}: three-level factor with levels \emph{1}, \emph{2}, \emph{3}.
#'   \item \bold{y2}: three-level factor with levels \emph{1}, \emph{2}, \emph{3}.
#'   \item \bold{y3}:  three-level factor with levels \emph{1}, \emph{2}, \emph{3}.
#' }
#'
#'@source	 Leonelli, M., & Riccomagno, E. (2022). A geometric characterization of sensitivity analysis in monomial models. International Journal of Approximate Reasoning, 151, 64-84.
"synthetic_bn"
manueleleonelli/bnmonitor documentation built on Oct. 10, 2024, 3:04 a.m.