README.md

bayessource

This R package evaluates through the Bayes Factor whether two sets of samples come from the same Multivariate Gaussian distribution or not.

It currently implements a fast Gibbs sampler for the Multivariate Normal - Inverse Wishart model.

Installation

The package is not on CRAN yet. It must be installed using devtools or remotes from this repository:

# install.packages('remotes')
remotes::install_github('lgaborini/bayessource')

R build status Codecov test coverage DOI

Documentation

Documentation is available on GitHub pages, or in the docs/index.html file of the repository.

Also see the vignettes:

Main functions

Extending

Writing Rd documentation

The documentation uses some roxygen2 Rd templates to enter parametrization/model details. These are stored in the directory man-roxygen. When updating Rd templates, one must pay attenton that:

References

Bozza, Taroni, Marquis, Schmittbuhl, “Probabilistic Evaluation of Handwriting Evidence: Likelihood Ratio for Authorship.” Journal of the Royal Statistical Society: Series C (Applied Statistics) 57, no. 3 (June 1, 2008): 329–41. https://doi.org/10.1111/j.1467-9876.2007.00616.x.



lgaborini/bayessource documentation built on Nov. 9, 2021, 2:10 p.m.