Bayesian network learning using the PCHC algorithm. PCHC stands for PC Hill-Climbing. It is a new hybrid algorithm that used PC to construct the skeleton of the BN and then utilizes the Hill-Climbing greedy search. The relevant paper is: Tsagris M. (2021). "A new scalable Bayesian network learning algorithm with applications to economics". Computational Economics (Accepted for publication). <doi:10.1007/s10614-020-10065-7>.
Version: | 0.3 |
Depends: | R (≥ 3.6.0) |
Imports: | bigmemory, bigstatsr, bnlearn, Rfast, Rfast2, robustbase, stats |
Published: | 2020-11-30 |
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 |
Reference manual: | pchc.pdf |
Package source: | pchc_0.3.tar.gz |
Windows binaries: | r-devel: pchc_0.3.zip, r-release: pchc_0.3.zip, r-oldrel: pchc_0.3.zip |
macOS binaries: | r-release: pchc_0.3.tgz, r-oldrel: pchc_0.3.tgz |
Old sources: | pchc archive |
Please use the canonical form https://CRAN.R-project.org/package=pchc to link to this page.