R/dempsterpolytope-package.R

# dempsterpolytope - Gibbs sampler for Dempster's inference in Categorical distributions 
# 
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

#'@name dempsterpolytope-package
#'@aliases dempsterpolytope
#'@docType package
#'@title Gibbs sampler for Dempster-Shafer inference in Categorical distributions 
#'@author Pierre E. Jacob (<pierre.jacob.work@@gmail.com>), Ruobin Gong, Paul T. Edlefsen, Arthur P. Dempster
#'@description Implements a Gibbs sampler for DS inference approach for Categorical distributions;
#'  this package is a companion to an article by Pierre E. Jacob, Ruobin Gong, Paul T. Edlefsen,
#'   Arthur P. Dempster, available at <https://arxiv.org/abs/1910.11953>.
#'Implements a Gibbs sampler for Dempster's approach to inference in Categorical distributions; 
#'@details This package is a companion to an article. The goal of the package is merely to
#' reproduce the experiments of that article. Use at your own risk!
#'@keywords package
#'@useDynLib dempsterpolytope
#'@importFrom Rcpp sourceCpp
NULL
pierrejacob/montecarlodsm documentation built on June 16, 2021, 1:06 p.m.