R/mccbn-package.R

# mccbn: large-scale inference on conjunctive Bayesian networks

#' mccbn
#'
#' \emph{mccbn} is a package that performs structure learning and parameter
#' estimation for large-scale continuous-time conjunctive Bayesian networks.
#' Two error models are implemented: a mixture and a latent model. Furthermore,
#' if available, sequencing times can be incorporate into the method.
#'
#' @docType package
#' @author Hesam Montazeri
#' @author Susana Posada Céspedes | \email{Susana Posada Céspedes}
#' @import Rcpp
#'
#' @useDynLib mccbn
#' @name mccbn-package
NULL

  
cbg-ethz/MC-CBN documentation built on Dec. 15, 2022, 5:42 p.m.