项目作者: itsrainingdata

项目描述 :
Utilities for learning sparse Bayesian networks
高级语言: R
项目地址: git://github.com/itsrainingdata/sparsebnUtils.git
创建时间: 2016-02-02T02:05:24Z
项目社区:https://github.com/itsrainingdata/sparsebnUtils

开源协议:

下载


sparsebnUtils

Project Status: Active The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status CRAN RStudio mirror downloads

A set of tools for representing and estimating sparse Bayesian networks from continuous and discrete data.

Overview

This package provides various S3 classes for making it easy to estimate graphical models from data:

  • sparsebnData for managing experimental data with interventions.
  • sparsebnFit for representing the output of a DAG learning algorithm.
  • sparsebnPath for representing a solution path of estimates.

The package also provides methods for manipulating these objects and for estimating parameters in graphical models:

  • estimate.parameters for directed graphs.
  • get.precision for undirected graphs.
  • get.covariance for covariance matrices.