R/dirichletprocess.R

#' @title A flexible package for fitting Bayesian non-parametric models.
#' @name dirichletprocess
#' @description Create, fit and take posterior samples from a Dirichlet process.
#'
#'
#' @importFrom stats dbeta dbinom dgamma dnorm dt dunif dweibull dexp rWishart rbeta rgamma rnorm runif var quantile optim
#'
#' @importFrom utils setTxtProgressBar txtProgressBar
#'
#'
#'
#' @docType package
#' @aliases dirichletprocess
NULL
dm13450/dirichletprocess documentation built on Sept. 1, 2023, 3:47 a.m.