pchc: Bayesian Network Learning with the PCHC and Related Algorithms

Bayesian network learning using the PCHC algorithm. PCHC stands for PC Hill-Climbing, a new hybrid algorithm that uses PC to construct the skeleton of the BN and then applies the Hill-Climbing greedy search. More algorithms and variants have been added, such as MMHC, FEDHC, and the Tabu search variants, PCTABU, MMTABU and FEDTABU. The relevant papers are a) Tsagris M. (2022). A new scalable Bayesian network learning algorithm with applications to economics. Computational Economics, 57(1): 341-367. <doi:10.1007/s10614-020-10065-7>. b) Tsagris M. (2021). The FEDHC Bayesian network learning algorithm. <arXiv:2012.00113>.

Version: 0.8
Depends: R (≥ 4.0)
Imports: bigstatsr, bnlearn, dcov, Rfast, Rfast2, robustbase, stats
Published: 2022-06-18
Author: Michail Tsagris [aut, cre]
Maintainer: Michail Tsagris <mtsagris at uoc.gr>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: pchc results

Documentation:

Reference manual: pchc.pdf

Downloads:

Package source: pchc_0.8.tar.gz
Windows binaries: r-devel: pchc_0.8.zip, r-release: pchc_0.8.zip, r-oldrel: pchc_0.8.zip
macOS binaries: r-release (arm64): pchc_0.8.tgz, r-oldrel (arm64): pchc_0.8.tgz, r-release (x86_64): pchc_0.8.tgz, r-oldrel (x86_64): pchc_0.8.tgz
Old sources: pchc archive

Reverse dependencies:

Reverse imports: Compositional

Linking:

Please use the canonical form https://CRAN.R-project.org/package=pchc to link to this page.