R/ccdr.R

#' ccdr: Structure learning for Bayesian networks using the CCDr algorithm.
#'
#' \code{ccdr} implements the CCDr structure learning algorithm for Bayesian networks.
#'
#' Based on observational data, this algorithm estimates the structure of a Bayesian network
#' (aka edges in a DAG) using penalized maximum likelihood based on L1 or concave (MCP) regularization.
#' The main methods are:
#' \describe{
#'  \item{\code{\link{ccdr.run}}}{Executes the main algorithm.}
#'  \item{\code{\link{generate.lambdas}}}{Convenience method for generating a good sequence of regularization parameters.}
#' }
#'
#' @docType package
#' @name ccdr
NULL
itsrainingdata/ccdr documentation built on May 18, 2019, 7:12 a.m.