R/algorithms1.R

#' algorithms Bayesian Networks
#'
#'
#' Entropy and the Kullback-Leibler divergence for Bayesian networks: Computational complexity and efficient implementation.
#' @usage NULL
#'
#' @format
#' A Gaussian Bayesian network to illustrate the algorithms developed in the associated paper (Figure 1, top). The probabilities were available from a repository. The vertices are:
#' \describe{
#' \item{X1}{}
#' \item{X2}{}
#' \item{X3}{}
#' \item{X4}{}
#'  }
#'
#' @return An object of class \code{bn.fit}. Refer to the documentation of \code{bnlearn} for details.
#' @keywords GBN
#' @importClassesFrom bnlearn bn.fit
#' @references Scutari, M. (2024). Entropy and the Kullback-Leibler Divergence for Bayesian Networks: Computational Complexity and Efficient Implementation. Algorithms, 17(1), 24.
"algorithms1"

Try the bnRep package in your browser

Any scripts or data that you put into this service are public.

bnRep documentation built on April 12, 2025, 1:13 a.m.