R/MultiBD.R

#' Multivariate birth-death processes
#'
#' The MultiBD package computes the transition probabilities
#' of several multivariate birth-death processes.
#'
#' @references Ho LST et al. 2016. "Birth(death)/birth-death processes and their computable transition probabilities with statistical applications". In review.
#'
#' @docType package
#' @name MultiBD
#' @importFrom RcppParallel RcppParallelLibs
#' @importFrom Rcpp evalCpp
#' @useDynLib MultiBD
NULL

Try the MultiBD package in your browser

Any scripts or data that you put into this service are public.

MultiBD documentation built on May 2, 2019, 11:50 a.m.