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:

4.00 score 1 scripts 160 downloads 13 exports 89 dependencies

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

TargetResultDate
Doc / VignettesOKNov 07 2024
R-4.5-winOKNov 07 2024
R-4.5-linuxOKNov 07 2024
R-4.4-winOKNov 07 2024
R-4.4-macOKNov 07 2024
R-4.3-winOKNov 07 2024
R-4.3-macOKNov 07 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:abindbackportsbootbriobroomcallrcarcarDatacheckmateclicolorspacecorrplotcowplotcpp11crayonDerivdescdiffobjdigestdoBydplyrevaluatefansifarverFormulafsgenericsggplot2ggpubrggrepelggsciggsignifgluegridExtragtableisobandjsonlitelabelinglatticelifecyclelme4magrittrMASSMatrixMatrixModelsmgcvmicrobenchmarkminqamodelrmunsellnlmenloptrnnetnumDerivpbkrtestpillarpkgbuildpkgconfigpkgloadpolynompraiseprocessxpspurrrquantregR6rbibutilsRColorBrewerRcppRcppEigenRdpackrlangrprojrootrstatixscalessimctestSparseMstringistringrsurvivaltestthattibbletidyrtidyselectutf8vctrsviridisLitewaldowithr

Checking Levels of Tests or Coverage Probabilities of CIs

Rendered fromlevelcoverageprob.Rmdusingknitr::rmarkdownon Nov 07 2024.

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

Introduction to mcunit

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Nov 07 2024.

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