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

Try the dirichletprocess package in your browser

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

dirichletprocess documentation built on Aug. 25, 2023, 5:19 p.m.