Package: mcunit 0.3.4

mcunit: Unit Tests for MC Methods

Unit testing for Monte Carlo methods, particularly Markov Chain Monte Carlo (MCMC) methods, are implemented as extensions of the 'testthat' package. The MCMC methods check whether the MCMC chain has the correct invariant distribution. They do not check other properties of successful samplers such as whether the chain can reach all points, i.e. whether is recurrent. The tests require the ability to sample from the prior and to run steps of the MCMC chain. The methodology is described in Gandy and Scott (2020) <arxiv:2001.06465>.

Authors:Axel Gandy [aut, cre], James Scott [aut]

mcunit_0.3.4.tar.gz
mcunit_0.3.4.zip(r-4.5)mcunit_0.3.4.zip(r-4.4)mcunit_0.3.4.zip(r-4.3)
mcunit_0.3.4.tgz(r-4.4-any)mcunit_0.3.4.tgz(r-4.3-any)
mcunit_0.3.4.tar.gz(r-4.5-noble)mcunit_0.3.4.tar.gz(r-4.4-noble)
mcunit_0.3.4.tgz(r-4.4-emscripten)mcunit_0.3.4.tgz(r-4.3-emscripten)
mcunit.pdf |mcunit.html
mcunit/json (API)
NEWS

# Install 'mcunit' in R:
install.packages('mcunit', repos = c('https://agandy.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://bitbucket.org/agandy/mcunit

On CRAN:

13 exports 0.51 score 89 dependencies 1 scripts 188 downloads

Last updated 3 years agofrom:82bb329939. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 08 2024
R-4.5-winOKSep 08 2024
R-4.5-linuxOKSep 08 2024
R-4.4-winOKSep 08 2024
R-4.4-macOKSep 08 2024
R-4.3-winOKSep 08 2024
R-4.3-macOKSep 08 2024

Exports:expect_bernoulliexpect_mc_iid_chisqexpect_mc_iid_ksexpect_mc_iid_meanexpect_mc_testexpect_mcmcexpect_mcmc_reversiblemc_testplot_sample_acfssample_acfssample_directsample_indirectsample_rank

Dependencies:abindbackportsbootbriobroomcallrcarcarDatacheckmateclicolorspacecorrplotcowplotcpp11crayonDerivdescdiffobjdigestdoBydplyrevaluatefansifarverfsgenericsggplot2ggpubrggrepelggsciggsignifgluegridExtragtableisobandjsonlitelabelinglatticelifecyclelme4magrittrMASSMatrixMatrixModelsmgcvmicrobenchmarkminqamodelrmunsellnlmenloptrnnetnumDerivpbkrtestpillarpkgbuildpkgconfigpkgloadpolynompraiseprocessxpspurrrquantregR6rbibutilsRColorBrewerRcppRcppEigenRdpackrematch2rlangrprojrootrstatixscalessimctestSparseMstringistringrsurvivaltestthattibbletidyrtidyselectutf8vctrsviridisLitewaldowithr

Checking Levels of Tests or Coverage Probabilities of CIs

Rendered fromlevelcoverageprob.Rmdusingknitr::rmarkdownon Sep 08 2024.

Last update: 2021-03-26
Started: 2020-02-26

Introduction to mcunit

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Sep 08 2024.

Last update: 2021-03-26
Started: 2020-01-27