Package: mrfse 0.4.2
mrfse: Markov Random Field Structure Estimator
Three algorithms for estimating a Markov random field structure.Two of them are an exact version and a simulated annealing version of a penalized maximum conditional likelihood method similar to the Bayesian Information Criterion. These algorithm are described in Frondana (2016) <doi:10.11606/T.45.2018.tde-02022018-151123>.The third one is a greedy algorithm, described in Bresler (2015) <doi:10.1145/2746539.2746631).
Authors:
mrfse_0.4.2.tar.gz
mrfse_0.4.2.zip(r-4.7)mrfse_0.4.2.zip(r-4.6)mrfse_0.4.2.zip(r-4.5)
mrfse_0.4.2.tgz(r-4.6-x86_64)mrfse_0.4.2.tgz(r-4.6-arm64)mrfse_0.4.2.tgz(r-4.5-x86_64)mrfse_0.4.2.tgz(r-4.5-arm64)
mrfse_0.4.2.tar.gz(r-4.7-arm64)mrfse_0.4.2.tar.gz(r-4.7-x86_64)mrfse_0.4.2.tar.gz(r-4.6-arm64)mrfse_0.4.2.tar.gz(r-4.6-x86_64)
mrfse_0.4.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mrfse/json (API)
| # Install 'mrfse' in R: |
| install.packages('mrfse', repos = c('https://rodrigorsdc.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:19b4db5d34. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 121 | ||
| linux-devel-x86_64 | OK | 113 | ||
| source / vignettes | OK | 204 | ||
| linux-release-arm64 | OK | 116 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 242 | ||
| macos-release-x86_64 | OK | 238 | ||
| macos-oldrel-arm64 | OK | 221 | ||
| macos-oldrel-x86_64 | OK | 268 | ||
| windows-devel | OK | 109 | ||
| windows-release | OK | 117 | ||
| windows-oldrel | OK | 104 | ||
| wasm-release | OK | 109 |
Exports:mrfse.cimrfse.ci.conmrfse.ci.nconmrfse.create.samplermrfse.exactmrfse.exact.conmrfse.exact.nconmrfse.samrfse.sa.conmrfse.sa.nconmrfse.sample
Dependencies:gtoolsRcppRcppArmadilloRcppParallelRfastzigg
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Bresler's non-binary Markov random field structure estimator | mrfse.ci |
| Conservative approach for Bresler's non-binary estimator | mrfse.ci.con |
| Non-conservative approach for Bresler's non-binary estimator | mrfse.ci.ncon |
| Create a sampler for Markov random field. | mrfse.create.sampler |
| A Markov random field structure estimator | mrfse.exact |
| Conservative approach for Frondana's mrfse | mrfse.exact.con |
| Non-conservative approach for Frondana's mrfse | mrfse.exact.ncon |
| A Markov random field structure estimator using simulated annealing approach | mrfse.sa |
| Cnservative approach for Frondana's mrfse using simulated annealing | mrfse.sa.con |
| Non-conservative approach for Frondana's mrfse using simulated annealing | mrfse.sa.ncon |
| Generate a independent sample of a Markov random field | mrfse.sample |
