Learn R Programming

discretecdAlgorithm

An algorithm to learn structure of discrete Bayesian network, this package can deal with observational data, interventional data, or a mixture of both.

algorithm

  • cd.run is the main function to run coordinate descent algorithm. With the adaptive option, users may choose to use regular group lasso penalty, or adaptive group lasso penalty.
  • max_lambda is a function to calculate the maximum value of lambda that will penalized all edges to zero.

Copy Link

Version

Install

install.packages('discretecdAlgorithm')

Monthly Downloads

54

Version

0.0.7

License

GPL (>= 2)

Maintainer

Jiaying Gu

Last Published

March 12th, 2020

Functions in discretecdAlgorithm (0.0.7)

data_gen

data_gen
generate_discrete_data

generate_discrete_data
cd.run

cd.run
coef_gen

coef_gen
max_lambda

max_lambda