#' Manipulation and combination of belief functions
#'
#' @description Package dst allows you to make basic probability assignments on subsets of a set of possibilities (events) and combine these events with Dempster's rule of combination.
#' @author Claude Boivin <webapp.cb@gmail.com> Peiyuan Zhu <garyzhubc@gmail.com>
#' @details The main operations that can be done are: \itemize{
#' \item definition of a basic chance assignment (bca) distribution on a variable,
#' \item combination of two bca's defined on the same variable,
#' \item definition of a bca which establish a relation between two or more variables,
#' \item extension of a bca,
#' \item marginalization of a bca.
#' }
#' @keywords internal
"_PACKAGE"
NULL
## usethis namespace: start
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL
## usethis namespace: start
#' @useDynLib dst, .registration = TRUE
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.